Skip to content

Commit

Permalink
Merge pull request #17 from jvwilliams23/fix-build
Browse files Browse the repository at this point in the history
Small changes to fix build
  • Loading branch information
TheBEllis authored Sep 4, 2024
2 parents 1c7f61c + c9d915e commit d37f73c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion VacuumMeshing/include/SurfaceMeshing/SurfaceGenerator.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ class SurfaceMeshGenerator {
std::vector<int> &connectivity,
std::map<int, std::vector<libMesh::boundary_id_type>> &boundary_data);

std::multimap<unsigned int, unsigned int> surface_face_map;

protected:
/** Method for checking whether an element has sides which should be in the
* skin. Looks at the sides (faces or edges, depends if 2D or 3D element) of
Expand Down Expand Up @@ -108,7 +110,6 @@ class SurfaceMeshGenerator {
/**
*
*/
std::multimap<unsigned int, unsigned int> surface_face_map;
// Mesh references
libMesh::Mesh &mesh, &surfaceMesh;

Expand Down

0 comments on commit d37f73c

Please sign in to comment.