mirror of https://github.com/CGAL/cgal
cosmetic change in a cerr output
This commit is contained in:
parent
1cbd8e1f7b
commit
785ccf1e39
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue