Including an alternate value for setting a material void/vacuum.

This commit is contained in:
shriwise 2018-09-11 07:39:10 -05:00 committed by pshriwise
parent fa7c040493
commit 882c95b77d

View file

@ -73,7 +73,7 @@ void load_cad_geometry_c()
MB_CHK_ERR_CONT(rval);
TOLOWER(mat_value);
if(mat_value == "void") {
if(mat_value == "void" || mat_value == "vacuum") {
c->material_.push_back(openmc::MATERIAL_VOID);
}
else {