Skip to content

Commit c2f9343

Browse files
BenPinetgithub-actions[bot]
authored andcommitted
Apply prepare changes
1 parent 1335ff7 commit c2f9343

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/geode/inspector/criterion/colocation/edgedcurve_colocation.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ namespace geode
3838
public:
3939
Impl( const EdgedCurve< dimension >& mesh )
4040
: internal::ColocationImpl< dimension, EdgedCurve< dimension > >(
41-
mesh )
41+
mesh )
4242
{
4343
}
4444
};

src/geode/inspector/criterion/colocation/pointset_colocation.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ namespace geode
3838
public:
3939
Impl( const PointSet< dimension >& mesh )
4040
: internal::ColocationImpl< dimension, PointSet< dimension > >(
41-
mesh )
41+
mesh )
4242
{
4343
}
4444
};

src/geode/inspector/criterion/colocation/solid_colocation.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ namespace geode
3838
public:
3939
Impl( const SolidMesh< dimension >& mesh )
4040
: internal::ColocationImpl< dimension, SolidMesh< dimension > >(
41-
mesh )
41+
mesh )
4242
{
4343
}
4444
};

src/geode/inspector/criterion/colocation/surface_colocation.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ namespace geode
3838
public:
3939
Impl( const SurfaceMesh< dimension >& mesh )
4040
: internal::ColocationImpl< dimension, SurfaceMesh< dimension > >(
41-
mesh )
41+
mesh )
4242
{
4343
}
4444
};

0 commit comments

Comments
 (0)