We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b8f55e commit 3390e43Copy full SHA for 3390e43
src/geode/mesh/helpers/detail/vertex_merger.cpp
@@ -148,7 +148,8 @@ namespace geode
148
149
private:
150
template < typename EpsilonType >
151
- ColocatedInfo create_colocated_index_mapping( EpsilonType epsilon )
+ ColocatedInfo create_colocated_index_mapping(
152
+ const EpsilonType& epsilon )
153
{
154
index_t nb_points{ 0 };
155
for( const auto& mesh : meshes_ )
@@ -198,8 +199,8 @@ namespace geode
198
199
}
200
201
template < typename Mesh >
- auto VertexMerger< Mesh >::vertex_origins(
202
- index_t vertex ) const -> const VertexOrigins&
+ auto VertexMerger< Mesh >::vertex_origins( index_t vertex ) const
203
+ -> const VertexOrigins&
204
205
return impl_->vertex_origins( vertex );
206
0 commit comments