Move to omerr

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@1279 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Jan Möbius
2015-06-09 09:42:12 +00:00
parent ed3155284c
commit ffb2576776
2 changed files with 2 additions and 2 deletions

View File

@@ -121,7 +121,7 @@ public:
if (!mesh_has_normals) if (!mesh_has_normals)
{ {
std::cerr << "Mesh has no face normals. Compute them automatically." << std::endl; omerr() << "Mesh has no face normals. Compute them automatically." << std::endl;
_mesh.update_face_normals(); _mesh.update_face_normals();
} }
} }

View File

@@ -99,7 +99,7 @@ public:
if (!mesh_has_normals) if (!mesh_has_normals)
{ {
std::cerr << "Mesh has no face normals. Compute them automatically." << std::endl; omerr() << "Mesh has no face normals. Compute them automatically." << std::endl;
_mesh.update_face_normals(); _mesh.update_face_normals();
} }
} }