missing file and examples with new dependency namespaces

Former-commit-id: adb26ef697
This commit is contained in:
Alec Jacobson
2015-06-17 18:32:49 -04:00
parent 38328367b6
commit 7dc6f085c5
31 changed files with 774 additions and 579 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ int main(int argc, char * argv[])
}
MatrixXd M;
readDMAT(argv[1],M);
MatlabWorkspace mat;
igl::matlab::MatlabWorkspace mat;
mat.save(M,"M");
mat.write(argv[2]);