fix thing in surface.h

This commit is contained in:
Gavin Ridley 2020-01-21 13:18:07 -05:00
parent 7df7fc280b
commit 40885be7aa

View file

@ -94,7 +94,7 @@ public:
};
int id_; //!< Unique ID
Bc bc_; //!< Boundary condition
BoundaryType bc_; //!< Boundary condition
std::string name_; //!< User-defined name
explicit Surface(pugi::xml_node surf_node);