Move to omerr
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@1279 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
@@ -121,7 +121,7 @@ public:
|
||||
|
||||
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();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -99,7 +99,7 @@ public:
|
||||
|
||||
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();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user