From 9c3ee5daa537801ceb1bb4998fd9259b5cc0d669 Mon Sep 17 00:00:00 2001 From: Patrick Shriwise Date: Wed, 10 Feb 2021 11:17:57 -0600 Subject: [PATCH] Removing superfluous public section. --- include/openmc/mesh.h | 1 - 1 file changed, 1 deletion(-) 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;