Printing of bounding box of patches

This commit is contained in:
mattijs
2008-05-16 14:00:22 +01:00
parent 9923752218
commit 4b5809ea7b
3 changed files with 47 additions and 30 deletions

View File

@ -101,7 +101,7 @@ int main(int argc, char *argv[])
if (!noTopology)
{
noFailedChecks += checkTopology(mesh, allTopology);
noFailedChecks += checkTopology(mesh, allTopology, allGeometry);
}
noFailedChecks += checkGeometry(mesh, allGeometry);