Fixed possible uninitialized value warning
This commit is contained in:
@@ -749,7 +749,7 @@ TEST_F(OpenMeshProperties, PropertyIterators ) {
|
|||||||
TEST_F(OpenMeshProperties, MeshAssignment ) {
|
TEST_F(OpenMeshProperties, MeshAssignment ) {
|
||||||
|
|
||||||
mesh_.clear();
|
mesh_.clear();
|
||||||
mesh_.add_vertex(Mesh::Point());
|
mesh_.add_vertex(Mesh::Point(0, 0, 0));
|
||||||
|
|
||||||
auto copy = mesh_;
|
auto copy = mesh_;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user