Selaa lähdekoodia

templates

Former-commit-id: da110323d26cdd363eaadcd22b5e459f9018df70
Alec Jacobson 8 vuotta sitten
vanhempi
commit
189e6f74ae
1 muutettua tiedostoa jossa 3 lisäystä ja 2 poistoa
  1. 3 2
      include/igl/copyleft/cgal/projected_cdt.cpp

+ 3 - 2
include/igl/copyleft/cgal/projected_cdt.cpp

@@ -75,7 +75,8 @@ IGL_INLINE void igl::copyleft::cgal::projected_cdt(
 #ifdef IGL_STATIC_LIBRARY
 // Explicit template specialization
 // generated by autoexplicit.sh
-template void igl::copyleft::cgal::projected_cdt<CGAL::Epick, long>(std::::vector<CGAL::Object, std::::allocator<CGAL::Object> > const&, CGAL::Plane_3<CGAL::Epick> const&, std::::vector<CGAL::Point_3<CGAL::Epick>, std::::allocator<CGAL::Point_3<CGAL::Epick> > >&, std::::vector<std::::vector<long, std::::allocator<long> >, std::::allocator<std::::vector<long, std::::allocator<long> > > >&);
+template void igl::copyleft::cgal::projected_cdt<CGAL::Epick, long>(std::vector<CGAL::Object, std::allocator<CGAL::Object> > const&, CGAL::Plane_3<CGAL::Epick> const&, std::vector<CGAL::Point_3<CGAL::Epick>, std::allocator<CGAL::Point_3<CGAL::Epick> > >&, std::vector<std::vector<long, std::allocator<long> >, std::allocator<std::vector<long, std::allocator<long> > > >&);
 // generated by autoexplicit.sh
-template void igl::copyleft::cgal::projected_cdt<CGAL::Epeck, long>(std::::vector<CGAL::Object, std::::allocator<CGAL::Object> > const&, CGAL::Plane_3<CGAL::Epeck> const&, std::::vector<CGAL::Point_3<CGAL::Epeck>, std::::allocator<CGAL::Point_3<CGAL::Epeck> > >&, std::::vector<std::::vector<long, std::::allocator<long> >, std::::allocator<std::::vector<long, std::::allocator<long> > > >&);
+template void igl::copyleft::cgal::projected_cdt<CGAL::Epeck, long>(std::vector<CGAL::Object, std::allocator<CGAL::Object> > const&, CGAL::Plane_3<CGAL::Epeck> const&, std::vector<CGAL::Point_3<CGAL::Epeck>, std::allocator<CGAL::Point_3<CGAL::Epeck> > >&, std::vector<std::vector<long, std::allocator<long> >, std::allocator<std::vector<long, std::allocator<long> > > >&);
+#include <CGAL/Exact_predicates_exact_constructions_kernel.h>
 #endif