mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-29 06:35:48 -04:00
Including an alternate value for setting a material void/vacuum.
This commit is contained in:
parent
fa7c040493
commit
882c95b77d
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue