Respond to @smharper comments on #1183

This commit is contained in:
Paul Romano 2019-03-05 07:05:33 -06:00
parent 3ad2caa0ac
commit 7382d35679
4 changed files with 5 additions and 4 deletions

View file

@ -73,7 +73,7 @@ int openmc_simulation_init()
t->init_results();
}
// Set up.material_ nuclide index mapping
// Set up material nuclide index mapping
for (auto& mat : model::materials) {
mat->init_nuclide_index();
}