Compare commits

...

2 Commits

Author SHA1 Message Date
gsell 59d9dff893 Merge branch '1.99' of gitorious.psi.ch:h5hut/src into 1.99 2013-11-22 17:55:17 +01:00
gsell d8a8b4030c shift option added to usage() output 2013-11-22 17:54:49 +01:00
+1
View File
@@ -53,6 +53,7 @@ usage (
std::cout << " default is yes" << std::endl; std::cout << " default is yes" << std::endl;
std::cout << " --(no-)volume do (not) convert volume mesh." << std::endl; std::cout << " --(no-)volume do (not) convert volume mesh." << std::endl;
std::cout << " default is no" << std::endl; std::cout << " default is no" << std::endl;
std::cout << " --shift x,y,z shift all points by x,y,z" << std::endl;
std::cout << std::endl; std::cout << std::endl;
exit (1); exit (1);
} }