mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Apply suggestions from code review
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
This commit is contained in:
parent
8fa814d142
commit
9eb53a1af9
5 changed files with 10 additions and 13 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue