Skip to content

Commit

Permalink
Made non const surface map const in vacuum generator
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBEllis committed Aug 29, 2024
1 parent bb7f740 commit ace519d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VacuumMeshing/include/VacuumGeneration/VacuumGenerator.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class VacuumGenerator {
double merge_tolerance_ = 1e-07;
double seeding_tolerance_ = 1e-07;

std::multimap<unsigned int, unsigned int>* surface_face_map_;
const std::multimap<unsigned int, unsigned int>* surface_face_map_;

private:
};

0 comments on commit ace519d

Please sign in to comment.