Skip to content
Snippets Groups Projects
Commit c1e05cc6 authored by Frank Gaede's avatar Frank Gaede
Browse files

- fixed usage printout

parent 226701c6
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,8 @@ int main(int argc, char** argv ){
if( argc != 8 ) {
std::cout << " usage: print_materials compact.xml x0 y0 z0 x1 y1 z1 " << std::endl
<< " -> prints the materials on a straight line between the two given points ( unit is cm) " ;
<< " -> prints the materials on a straight line between the two given points ( unit is cm) "
<< std::endl ;
exit(1) ;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment