Explorar o código

Update main.cpp

Jérémie Dumas %!s(int64=6) %!d(string=hai) anos
pai
achega
fac1d57ee5
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      tutorial/407_BiharmonicCoordinates/main.cpp

+ 1 - 0
tutorial/407_BiharmonicCoordinates/main.cpp

@@ -33,6 +33,7 @@ int main(int argc, char * argv[])
   using namespace Eigen;
   using namespace std;
   using namespace igl;
+  
   // read the mesh, if the code is prepared outside of tutorial, the TUTORIAL_SHARED_PATH
   // should be the data folder
   if(!readMESH(TUTORIAL_SHARED_PATH "/octopus-low.mesh",low.V,low.T,low.F))