mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
fix thing in surface.h
This commit is contained in:
parent
7df7fc280b
commit
40885be7aa
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue