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