Browse Source

remove a path refering to a non-existing file

Former-commit-id: 8f218eb2c19548ebd347f1a8a95fc5590bbf7258
Kacper Pluta 6 years ago
parent
commit
142546d2e9
1 changed files with 0 additions and 1 deletions
  1. 0 1
      tutorial/505_MIQ/main.cpp

+ 0 - 1
tutorial/505_MIQ/main.cpp

@@ -240,7 +240,6 @@ int main(int argc, char *argv[])
   double iter = 0;
   double iter = 0;
   double stiffness = 5.0;
   double stiffness = 5.0;
   bool direct_round = 0;
   bool direct_round = 0;
-  std::string filename = "/Users/daniele/x.dat";
 
 
   // Compute face barycenters
   // Compute face barycenters
   igl::barycenter(V, F, B);
   igl::barycenter(V, F, B);