mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
Updates based on suggestions from @paulromano.
This commit is contained in:
parent
72e92e9ad0
commit
933a5c4770
8 changed files with 36 additions and 35 deletions
|
|
@ -501,6 +501,7 @@ openmc_bounding_box(const char* geom_type, const int32_t id, double* llc, double
|
|||
} else {
|
||||
std::stringstream msg;
|
||||
msg << "Geometry type: " << gtype << " is invalid.";
|
||||
set_errmsg(msg);
|
||||
return OPENMC_E_GEOMETRY;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue