Apply suggestions from code review

Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
This commit is contained in:
Patrick Shriwise 2021-01-05 22:20:19 -06:00
parent 8fa814d142
commit 9eb53a1af9
5 changed files with 10 additions and 13 deletions

View file

@ -340,9 +340,8 @@ public:
#ifdef DAGMC
class MOABMesh : public UnstructuredMesh {
public:
// Constructors
MOABMesh() = default;
MOABMesh(pugi::xml_node);
MOABMesh(const std::string& filename);
@ -488,7 +487,6 @@ private:
#ifdef LIBMESH
class LibMesh : public UnstructuredMesh {
public:
// Constructors
LibMesh(pugi::xml_node node);