missing file and examples with new dependency namespaces
This commit is contained in:
@@ -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]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user