Replace SM by OMesh

This commit is contained in:
Guillaume Damiand 2016-03-28 22:11:00 +02:00 committed by Laurent Rineau
parent c80082a574
commit 790764dfa1
1 changed files with 1 additions and 1 deletions

View File

@ -383,7 +383,7 @@ int main()
test_Euler_operations<SM>();
#ifdef CGAL_USE_OPENMESH
test_Euler_operations<SM>();
test_Euler_operations<OMesh>();
#endif
std::cerr << "done\n";