Remove weight correction method for resonance scattering, rename ARES -> RVS

This commit is contained in:
Paul Romano 2019-01-10 15:53:45 -06:00
parent 5f1657c9b7
commit faa70b168f
13 changed files with 51 additions and 72 deletions

View file

@ -495,14 +495,6 @@ Plot::set_meshlines(pugi::xml_node plot_node)
} else {
index_meshlines_mesh_ = settings::index_ufs_mesh;
}
} else if ("cmfd" == meshtype) {
if (!settings::cmfd_run) {
std::stringstream err_msg;
err_msg << "Need CMFD run to plot CMFD mesh for meshlines on plot " << id_;
fatal_error(err_msg);
} else {
index_meshlines_mesh_ = settings::index_cmfd_mesh;
}
} else if ("entropy" == meshtype) {
if (settings::index_entropy_mesh < 0) {
std::stringstream err_msg;