One more print statement to get rid of

This commit is contained in:
Shikhar Kumar 2019-03-12 19:56:22 -04:00
parent 58b5a265c2
commit 7cb847a4d0

View file

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