Ver código fonte

Merge pull request #916 from copyme/MiQ-string

Remove a path refering to a non-existing file

Former-commit-id: 0dab5d3f5c1ea83b41535b8dd717a730a179e2a4
Alec Jacobson 6 anos atrás
pai
commit
015063a627
1 arquivos alterados com 0 adições e 1 exclusões
  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 stiffness = 5.0;
   bool direct_round = 0;
-  std::string filename = "/Users/daniele/x.dat";
 
   // Compute face barycenters
   igl::barycenter(V, F, B);