Removing superfluous public section.

This commit is contained in:
Patrick Shriwise 2021-02-10 11:17:57 -06:00
parent 6156e1b3ae
commit 9c3ee5daa5

View file

@ -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;