Эх сурвалжийг харах

fix namespace

Former-commit-id: 16e25b940d47ecbc2cd4f08617f08dd4b4daeabc
Alec Jacobson 9 жил өмнө
parent
commit
71c9fe0df9

+ 1 - 1
include/igl/copyleft/swept_volume.cpp

@@ -5,7 +5,7 @@
 #include "marching_cubes.h"
 #include <iostream>
 
-IGL_INLINE void igl::copyleft::cgal::swept_volume(
+IGL_INLINE void igl::copyleft::swept_volume(
   const Eigen::MatrixXd & V,
   const Eigen::MatrixXi & F,
   const std::function<Eigen::Affine3d(const double t)> & transform,

+ 0 - 3
include/igl/copyleft/swept_volume.h

@@ -7,8 +7,6 @@ namespace igl
 {
   namespace copyleft
   {
-    namespace cgal
-    {
     // Compute the surface of the swept volume of a solid object with surface
     // (V,F) mesh under going rigid motion.
     // 
@@ -33,7 +31,6 @@ namespace igl
       const size_t isolevel,
       Eigen::MatrixXd & SV,
       Eigen::MatrixXi & SF);
-    }
   }
 }