Fixing indentation in surface header.

This commit is contained in:
pshriwise 2018-09-26 22:28:35 -05:00
parent c664a2274d
commit 2aa3cb61f4

View file

@ -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;