missing file and examples with new dependency namespaces

This commit is contained in:
Alec Jacobson
2015-06-17 18:32:49 -04:00
parent eb7d645d5e
commit adb26ef697
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]);