mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 13:15:39 -04:00
Fix comment, remove leftover std::cout
This commit is contained in:
parent
77917e831b
commit
6845bf14cd
2 changed files with 4 additions and 2 deletions
|
|
@ -500,7 +500,6 @@ void read_settings_xml()
|
|||
if (check_for_node(root, "track")) {
|
||||
// Get values and make sure there are three per particle
|
||||
auto temp = get_node_array<int>(root, "track");
|
||||
std::cout << "track size " << temp.size() << "\n";
|
||||
if (temp.size() % 3 != 0) {
|
||||
fatal_error("Number of integers specified in 'track' is not "
|
||||
"divisible by 3. Please provide 3 integers per particle to be "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue