From 142546d2e9dffaa71c208d80a9d19afef8a38579 Mon Sep 17 00:00:00 2001 From: Kacper Pluta Date: Wed, 10 Oct 2018 14:18:47 +0300 Subject: [PATCH] remove a path refering to a non-existing file Former-commit-id: 8f218eb2c19548ebd347f1a8a95fc5590bbf7258 --- tutorial/505_MIQ/main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/tutorial/505_MIQ/main.cpp b/tutorial/505_MIQ/main.cpp index d586a7883..e2c060129 100755 --- a/tutorial/505_MIQ/main.cpp +++ b/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);