Skip to content

Commit

Permalink
making idsimplex friend
Browse files Browse the repository at this point in the history
  • Loading branch information
mtao committed Dec 16, 2024
1 parent 165dd55 commit 65d9da5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/wmtk/simplex/IdSimplex.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
namespace wmtk {
class Mesh;
class Tuple;
namespace utils::internal {
class IndexSimplexMapper;
}
} // namespace wmtk
namespace wmtk::simplex {

Expand All @@ -16,6 +19,7 @@ class IdSimplex
public:
friend class wmtk::Mesh;
friend class NavigatableSimplex;
friend class wmtk::utils::internal::IndexSimplexMapper;
IdSimplex() = default;
IdSimplex(const NavigatableSimplex& s);
bool valid() const { return m_index == -1; }
Expand Down

0 comments on commit 65d9da5

Please sign in to comment.