mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 13:45:36 -04:00
Merge branch 'mcpl2openmc' of github.com:ebknudsen/openmc into mcpl2openmc
This commit is contained in:
commit
c2a5d91fb5
1 changed files with 1 additions and 1 deletions
|
|
@ -346,7 +346,7 @@ MCPLFileSource::MCPLFileSource(std::string path)
|
|||
if (!file_exists(path)) {
|
||||
fatal_error(fmt::format("Source file '{}' does not exist.", path));
|
||||
}
|
||||
|
||||
|
||||
// Read the source from a binary file instead of sampling from some
|
||||
// assumed source distribution
|
||||
write_message(6, "Reading mcpl source file from {}",path);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue