Ver código fonte

forgot to remove extra debug statements

Former-commit-id: a350c417248a4874f566fbad25ce30613e467b8a
Yuliy Schwartzburg 8 anos atrás
pai
commit
789da99863
1 arquivos alterados com 0 adições e 3 exclusões
  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;