From 647c9d185ea5d7a7be652da9fe22ebd5363f3ea5 Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Fri, 4 Nov 2022 13:26:13 -0500 Subject: [PATCH] Update include/openmc/cell.h --- include/openmc/cell.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/openmc/cell.h b/include/openmc/cell.h index 248c2b23d..39acaf067 100644 --- a/include/openmc/cell.h +++ b/include/openmc/cell.h @@ -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