Skip to content

Commit

Permalink
Elem no longer needs to friend MeshRefinement
Browse files Browse the repository at this point in the history
  • Loading branch information
roystgnr committed Apr 18, 2014
1 parent 4126392 commit f7b570d
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions include/geom/elem.h
Original file line number Diff line number Diff line change
Expand Up @@ -1248,19 +1248,6 @@ class Elem : public ReferenceCountedObject<Elem>,
* The subdomain to which this element belongs.
*/
subdomain_id_type _sbd_id;

/**
* Make the classes that need to access our build
* member friends. These classes do not really fit
* the profile of what a "friend" should be, but
* if we are going to protect the constructor and
* the build method, there's no way around it.
*
* Do we *really* need to protect the build member?
* It would seem that we are just getting around it
* by using friends!
*/
friend class MeshRefinement;
};

// ------------------------------------------------------------
Expand Down

0 comments on commit f7b570d

Please sign in to comment.