changed small typo in file.

This commit is contained in:
Menelaos Karavelas 2003-02-02 17:06:16 +00:00
parent 403d37428d
commit ffdb69da59
1 changed files with 1 additions and 1 deletions

View File

@ -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; }