Browse Source

Update main.cpp

Jérémie Dumas 6 years ago
parent
commit
fac1d57ee5
1 changed files with 1 additions and 0 deletions
  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 Eigen;
   using namespace std;
   using namespace std;
   using namespace igl;
   using namespace igl;
+  
   // read the mesh, if the code is prepared outside of tutorial, the TUTORIAL_SHARED_PATH
   // read the mesh, if the code is prepared outside of tutorial, the TUTORIAL_SHARED_PATH
   // should be the data folder
   // should be the data folder
   if(!readMESH(TUTORIAL_SHARED_PATH "/octopus-low.mesh",low.V,low.T,low.F))
   if(!readMESH(TUTORIAL_SHARED_PATH "/octopus-low.mesh",low.V,low.T,low.F))