aurora-multiphysics / VacuumMesher

Implementing mesh skinning functionality within libMesh, as well as the generation of the vaccum Mesh (The area surrounding a meshed geometry).
2 stars 1 forks source link

Small changes to fix build #17

Closed jvwilliams23 closed 2 days ago

jvwilliams23 commented 3 months ago

Seems in BoundaryGenerator.cpp, variables were renamed from boundary_verts to boundary_vertices, but missed in one place. I fixed this.

Also fixed issue in converting from const to non-const in VacuumGenerator.hpp.

In SurfaceGenerator, I needed to change surface_face_map to public.

This fixes some of the build issues I mentioned in #16.

TheBEllis commented 2 days ago

@jvwilliams23 sorry for the delay at looking at this I have been busy on another project, getting this merged in now!