Wildmeshing Toolkit
Loading...
Searching...
No Matches
link_iterable.cpp
Go to the documentation of this file.
1#include "link_iterable.hpp"
2
3namespace wmtk::simplex {
4
5LinkIterable link_iterable(const Mesh& mesh, const Simplex& simplex)
6{
7 return LinkIterable(mesh, simplex);
8}
9
10} // namespace wmtk::simplex
LinkIterable link_iterable(const Mesh &mesh, const Simplex &simplex)