Skip to content

Commit b3f36cf

Browse files
committed
Merge branch 'fix_v15/rename_global_epsilon_to_GLOBAL_EPSILON' of https://github.com/Geode-solutions/OpenGeode-inspector into fix_v15/rename_global_epsilon_to_GLOBAL_EPSILON
2 parents aa08a8e + 25dd2a4 commit b3f36cf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/geode/inspector/criterion/intersections/model_intersections.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ namespace
9292
mesh2_( same_surface_
9393
? mesh1_
9494
: surface2_.template mesh<
95-
geode::TriangulatedSurface< Model::dim > >() )
95+
geode::TriangulatedSurface< Model::dim > >() )
9696
{
9797
}
9898

@@ -170,7 +170,7 @@ namespace
170170
const geode::uuid& surface_id1,
171171
const geode::uuid& surface_id2 )
172172
: ModelSurfacesIntersectionBase< Model >(
173-
model, surface_id1, surface_id2 ),
173+
model, surface_id1, surface_id2 ),
174174
same_surface_{ surface_id1 == surface_id2 }
175175
{
176176
}
@@ -208,7 +208,7 @@ namespace
208208
const geode::uuid& surface_id1,
209209
const geode::uuid& surface_id2 )
210210
: ModelSurfacesIntersectionBase< Model >(
211-
model, surface_id1, surface_id2 ),
211+
model, surface_id1, surface_id2 ),
212212
same_surface_{ surface_id1 == surface_id2 }
213213
{
214214
}

0 commit comments

Comments
 (0)