Przeglądaj źródła

remove spurious asserts

Alec Jacobson 4 lat temu
rodzic
commit
fa94bb27e8
1 zmienionych plików z 0 dodań i 2 usunięć
  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(F.cols() == 3);
-  assert(V_uv.rows() == nV);
-  assert(V_uv.cols() == 2);
 
   // Compute gradient
   Eigen::SparseMatrix<double> G;