Mesh: modernize C++: return braced init list
This commit is contained in:
@@ -58,7 +58,7 @@ MeshSegment MeshSurfaceSegment::FindSegment(FacetIndex index) const
|
||||
return segment;
|
||||
}
|
||||
|
||||
return MeshSegment();
|
||||
return {};
|
||||
}
|
||||
|
||||
// --------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user