remove a path refering to a non-existing file

Former-commit-id: 8f218eb2c1
This commit is contained in:
Kacper Pluta
2018-10-10 14:18:47 +03:00
parent 0e9fdb8c96
commit 142546d2e9
-1
View File
@@ -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);