mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 21:25:36 -04:00
Fixing indentation in surface header.
This commit is contained in:
parent
c664a2274d
commit
2aa3cb61f4
1 changed files with 3 additions and 3 deletions
|
|
@ -114,13 +114,13 @@ public:
|
|||
|
||||
class CSGSurface : public Surface
|
||||
{
|
||||
public:
|
||||
public:
|
||||
explicit CSGSurface(pugi::xml_node surf_node);
|
||||
CSGSurface();
|
||||
|
||||
void to_hdf5(hid_t group_id) const;
|
||||
|
||||
protected:
|
||||
protected:
|
||||
virtual void to_hdf5_inner(hid_t group_id) const = 0;
|
||||
};
|
||||
|
||||
|
|
@ -130,7 +130,7 @@ class CSGSurface : public Surface
|
|||
#ifdef DAGMC
|
||||
class DAGSurface : public Surface
|
||||
{
|
||||
public:
|
||||
public:
|
||||
moab::DagMC* dagmc_ptr_;
|
||||
DAGSurface();
|
||||
double evaluate(Position r) const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue