diff --git a/include/openmc/mesh.h b/include/openmc/mesh.h index 6c052b3e28..340ea44fdc 100644 --- a/include/openmc/mesh.h +++ b/include/openmc/mesh.h @@ -288,7 +288,6 @@ public: UnstructuredMesh(const std::string& filename); // Methods -public: //! Add a variable to the mesh instance virtual void add_score(const std::string& var_name) = 0;