Browse Source

remove spurious asserts

Alec Jacobson 4 years ago
parent
commit
fa94bb27e8
1 changed files with 0 additions and 2 deletions
  1. 0 2
      tests/include/igl/lscm.cpp

+ 0 - 2
tests/include/igl/lscm.cpp

@@ -16,8 +16,6 @@ double compute_lscm_energy(
 
 
   assert(V.cols() == 3);
   assert(V.cols() == 3);
   assert(F.cols() == 3);
   assert(F.cols() == 3);
-  assert(V_uv.rows() == nV);
-  assert(V_uv.cols() == 2);
 
 
   // Compute gradient
   // Compute gradient
   Eigen::SparseMatrix<double> G;
   Eigen::SparseMatrix<double> G;