Updates based on suggestions from @paulromano.

This commit is contained in:
Patrick Shriwise 2019-07-18 22:21:55 -05:00
parent 72e92e9ad0
commit 933a5c4770
8 changed files with 36 additions and 35 deletions

View file

@ -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;
}