mirror of https://github.com/CGAL/cgal
fix reading of vtp files
This commit is contained in:
parent
8a4b492f1c
commit
98a5f2f490
|
|
@ -100,7 +100,7 @@ bool read_polygon_soup(const std::string& fname,
|
||||||
else if(ext == "ts")
|
else if(ext == "ts")
|
||||||
return read_GOCAD(fname, points, polygons, np);
|
return read_GOCAD(fname, points, polygons, np);
|
||||||
#ifdef CGAL_USE_VTK
|
#ifdef CGAL_USE_VTK
|
||||||
else if(ext == "ts")
|
else if(ext == "vtp")
|
||||||
return read_VTP(fname, points, polygons, np);
|
return read_VTP(fname, points, polygons, np);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue