Merge branch 'mcpl2openmc' of github.com:ebknudsen/openmc into mcpl2openmc

This commit is contained in:
Erik B Knudsen 2022-07-13 10:28:45 +02:00
commit c2a5d91fb5

View file

@ -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);