Update include/openmc/cell.h

This commit is contained in:
Paul Romano 2022-11-04 13:26:13 -05:00 committed by GitHub
parent f60520e8c5
commit 647c9d185e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -58,7 +58,7 @@ public:
//----------------------------------------------------------------------------
// Constructors
Region() {}
explicit Region(std::string region_expressioni, int32_t cell_id);
explicit Region(std::string region_spec, int32_t cell_id);
//----------------------------------------------------------------------------
// Methods