initial stab at making mgxs externally usable

This commit is contained in:
Gavin Ridley 2019-11-02 22:08:06 -04:00
parent b60ee3b67c
commit 9c06a128d9
17 changed files with 135 additions and 134 deletions

View file

@ -710,7 +710,7 @@ write_tallies()
<< data::nuclides[i_nuclide]->name_ << "\n";
} else {
tallies_out << std::string(indent+1, ' ')
<< data::nuclides_MG[i_nuclide].name << "\n";
<< data::mgInterface.nuclides_MG[i_nuclide].name << "\n";
}
}