mirror of https://github.com/CGAL/cgal
Replace SM by OMesh
This commit is contained in:
parent
c80082a574
commit
790764dfa1
|
|
@ -383,7 +383,7 @@ int main()
|
||||||
test_Euler_operations<SM>();
|
test_Euler_operations<SM>();
|
||||||
|
|
||||||
#ifdef CGAL_USE_OPENMESH
|
#ifdef CGAL_USE_OPENMESH
|
||||||
test_Euler_operations<SM>();
|
test_Euler_operations<OMesh>();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
std::cerr << "done\n";
|
std::cerr << "done\n";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue