cosmetic change in a cerr output

This commit is contained in:
Laurent Rineau 2007-07-27 08:38:16 +00:00
parent 1cbd8e1f7b
commit 785ccf1e39
1 changed files with 1 additions and 1 deletions

View File

@ -522,7 +522,7 @@ namespace Surface_mesher {
{
if( zone.locate_type == Tr::VERTEX )
{
std::cerr << boost::format("Error: (%1%) is already inserted\n") % p;
std::cerr << boost::format("Error: (%1%) is already inserted on edge\n") % p;
return CONFLICT_AND_ELEMENT_SHOULD_BE_DROPPED;
}
else