mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 21:25:36 -04:00
One more print statement to get rid of
This commit is contained in:
parent
58b5a265c2
commit
7cb847a4d0
1 changed files with 0 additions and 1 deletions
|
|
@ -321,7 +321,6 @@ openmc_load_cmfd_tallies(const int* tally_ids, const int* sp_tally_ids)
|
|||
auto& tally = model::tallies[model::tally_map[tally_ids[i]]];
|
||||
tally->init_results();
|
||||
auto& results = tally->results_;
|
||||
std::cout << tally_ids[i] << "\n";
|
||||
read_tally_results(tally_group, results.shape()[0],
|
||||
results.shape()[1], results.data());
|
||||
read_dataset(tally_group, "n_realizations", tally->n_realizations_);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue