Merge branch 'master' into smart_handle_status

This commit is contained in:
Max Lyon
2020-10-15 13:49:50 +02:00
2 changed files with 17 additions and 4 deletions

View File

@@ -870,5 +870,12 @@ TEST_F(OpenMeshPropertyManager, return_property_from_function) {
}
TEST_F(OpenMeshPropertyManager, mesh_property_initialization) {
OpenMesh::MProp<int> mesh_id(13, mesh_);
ASSERT_EQ(mesh_id(), 13);
}
}