Skip to content

Commit 25dd2a4

Browse files
BenoitTHEBAULTgithub-actions[bot]
authored andcommitted
Apply prepare changes
1 parent 6697530 commit 25dd2a4

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)