Skip to content

Commit

Permalink
format minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zoeprieto committed Aug 8, 2024
1 parent a2ad729 commit c646ce0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/nuclide.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,7 @@ Nuclide::Nuclide(hid_t group, const vector<double>& temperature)
"for {} at or near {} K. Available temperatures "
"are {} K. Consider making use of openmc.Settings.temperature "
"to specify how intermediate temperatures are treated.",
name_, std::to_string(T_desired),
concatenate(temps_available)));
name_, std::to_string(T_desired), concatenate(temps_available)));
}
}
break;
Expand Down

0 comments on commit c646ce0

Please sign in to comment.