Browse Source

Update README.md

Former-commit-id: dc755aca9a200f59d8624660f154e9e33e4f4060
Alec Jacobson 9 years ago
parent
commit
77e72a7fd0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      optional/README.md

+ 1 - 1
optional/README.md

@@ -258,7 +258,7 @@ Here's a tiny test example using `igl.h` and `igl.cpp`. Save the following in `t
     {
     Eigen::MatrixXd V;
     Eigen::MatrixXi F;
-    return (argc>=2 && igl::read_triangle_mesh(argv[1],V,F)?0:1);
+    return (argc>=2 && igl::read_triangle_mesh(argv[1],V,F)?0:1);
     }
 
 Then compile `igl.cpp` with: