Jelajahi Sumber

forgot to remove extra debug statements

Former-commit-id: a350c417248a4874f566fbad25ce30613e467b8a
Yuliy Schwartzburg 8 tahun lalu
induk
melakukan
789da99863
1 mengubah file dengan 0 tambahan dan 3 penghapusan
  1. 0 3
      include/igl/upsample.cpp

+ 0 - 3
include/igl/upsample.cpp

@@ -19,9 +19,6 @@ IGL_INLINE void igl::upsample(const int n_verts,
                               Eigen::SparseMatrix<DerivedS>& S,
                               Eigen::PlainObjectBase<DerivedNF>& NF)
 {
-  // Use "in place" wrapper instead
-  assert(&V != &NV);
-  assert(&F != &NF);
   using namespace std;
   using namespace Eigen;