From f8d4d56aa806cb80bb5e15d8c840236229524ff3 Mon Sep 17 00:00:00 2001 From: shriwise Date: Thu, 6 Sep 2018 16:11:48 -0500 Subject: [PATCH] Removing unecessary inline. --- 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 d695477218..1a549e4498 100644 --- a/include/openmc/cell.h +++ b/include/openmc/cell.h @@ -111,7 +111,7 @@ public: std::vector offset_; //!< Distribcell offset table explicit Cell(pugi::xml_node cell_node); - inline Cell() {}; + Cell() {}; //! Determine if a cell contains the particle at a given location. //!