File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/geode/mesh/helpers/detail Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -230,8 +230,8 @@ namespace geode
230230 }
231231
232232 template < index_t dimension >
233- auto EdgedCurveMerger< dimension >::edge_origins( index_t edge ) const
234- -> const EdgeOrigins&
233+ auto EdgedCurveMerger< dimension >::edge_origins(
234+ index_t edge ) const -> const EdgeOrigins&
235235 {
236236 return impl_->edge_origins ( edge );
237237 }
Original file line number Diff line number Diff line change @@ -218,8 +218,8 @@ namespace geode
218218 }
219219
220220 template < typename Mesh >
221- auto VertexMerger< Mesh >::vertex_origins( index_t vertex ) const
222- -> const VertexOrigins&
221+ auto VertexMerger< Mesh >::vertex_origins(
222+ index_t vertex ) const -> const VertexOrigins&
223223 {
224224 return impl_->vertex_origins ( vertex );
225225 }
You can’t perform that action at this time.
0 commit comments