Przeglądaj źródła

removed debugging output

Former-commit-id: 8684e37d3c2692b261b8df25810f147c97eb9e96
schuellc 12 lat temu
rodzic
commit
e48ffaad49
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      include/igl/per_vertex_normals.cpp

+ 0 - 1
include/igl/per_vertex_normals.cpp

@@ -50,7 +50,6 @@ IGL_INLINE void igl::per_vertex_normals(
       N.row(F(i,j)) += FN.row(i);
     }
   }
-  cout << "N.row()" << N.row(0) << endl;
   // normalize each row
   igl::normalize_row_lengths(N,N);
 }