mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 13:45:36 -04:00
Fix for enumeration values not explicitly handled in switch statements
This commit is contained in:
parent
200bb92b9e
commit
670d7d0e22
5 changed files with 12 additions and 0 deletions
|
|
@ -227,6 +227,8 @@ ScattData::get_xs(MgxsType xstype, int gin, const int* gout, const double* mu)
|
|||
fatal_error("Invalid call to get_xs");
|
||||
}
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
return val;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue