Skip to content

Commit 3390e43

Browse files
committed
Review changes
1 parent 4b8f55e commit 3390e43

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/geode/mesh/helpers/detail/vertex_merger.cpp

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,8 @@ namespace geode
148148

149149
private:
150150
template < typename EpsilonType >
151-
ColocatedInfo create_colocated_index_mapping( EpsilonType epsilon )
151+
ColocatedInfo create_colocated_index_mapping(
152+
const EpsilonType& epsilon )
152153
{
153154
index_t nb_points{ 0 };
154155
for( const auto& mesh : meshes_ )
@@ -198,8 +199,8 @@ namespace geode
198199
}
199200

200201
template < typename Mesh >
201-
auto VertexMerger< Mesh >::vertex_origins(
202-
index_t vertex ) const -> const VertexOrigins&
202+
auto VertexMerger< Mesh >::vertex_origins( index_t vertex ) const
203+
-> const VertexOrigins&
203204
{
204205
return impl_->vertex_origins( vertex );
205206
}

0 commit comments

Comments
 (0)