clean up exampels

This commit is contained in:
Alec Jacobson (jalec
2013-04-22 14:38:22 +02:00
parent 93002879d0
commit 1a1001bea6
14 changed files with 107 additions and 7539 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ int main(int argc, char * argv[])
using namespace Eigen;
if(argc <= 2)
{
printf("USAGE:\n ./example [input path] [output path]\n");
printf("USAGE:\n ./example [input.dmat] [output.mat]\n");
return 1;
}
MatrixXd M;