Fixed wanring

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@1149 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Jan Möbius
2014-08-28 13:21:29 +00:00
parent 040bfbb0f5
commit 7e0d758ad2

View File

@@ -579,7 +579,7 @@ TEST_F(OpenMeshReadWriteOM, WriteTriangleFaceFloatProperty) {
Mesh::FaceHandle f1 = Mesh::FaceHandle(0); Mesh::FaceHandle f1 = Mesh::FaceHandle(0);
double va1ue1 = 3.1f; float va1ue1 = 3.1f;
mesh.property(prop,f1) = va1ue1; mesh.property(prop,f1) = va1ue1;