mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 05:35:49 -04:00
Stylistic changes
This commit is contained in:
parent
e4b0b4f276
commit
7adc619c88
1 changed files with 3 additions and 3 deletions
|
|
@ -77,9 +77,9 @@ SourceDistribution::SourceDistribution(pugi::xml_node node)
|
|||
settings::path_source_library = get_node_value(node, "library", false, true);
|
||||
// check if it exists
|
||||
if (!file_exists(settings::path_source_library)) {
|
||||
std::stringstream msg;
|
||||
msg << "Library file " << settings::path_source_library << "' does not exist.";
|
||||
fatal_error(msg);
|
||||
std::stringstream msg;
|
||||
msg << "Library file " << settings::path_source_library << "' does not exist.";
|
||||
fatal_error(msg);
|
||||
}
|
||||
} else {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue