mirror of https://github.com/CGAL/cgal
changed small typo in file.
This commit is contained in:
parent
403d37428d
commit
ffdb69da59
|
|
@ -23,7 +23,7 @@ is_valid(bool verbose, int level) const
|
|||
// CGAL_assertion( result );
|
||||
|
||||
if ( result && verbose ) {
|
||||
std::cout << "TDS is ok... " << std::flush;
|
||||
std::cout << "AGDS is ok... " << std::flush;
|
||||
}
|
||||
|
||||
if (level == 0) { return result; }
|
||||
|
|
|
|||
Loading…
Reference in New Issue