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 30e1c10 commit 4f16936Copy full SHA for 4f16936
src/geode/mesh/helpers/detail/vertex_merger.cpp
@@ -198,8 +198,8 @@ namespace geode
198
}
199
200
template < typename Mesh >
201
- auto VertexMerger< Mesh >::vertex_origins( index_t vertex ) const
202
- -> const VertexOrigins&
+ auto VertexMerger< Mesh >::vertex_origins(
+ index_t vertex ) const -> const VertexOrigins&
203
{
204
return impl_->vertex_origins( vertex );
205
0 commit comments