diff --git a/UtilityApps/src/print_materials.cpp b/UtilityApps/src/print_materials.cpp index e715490205d0c3abcd1471d4288234dc6176d1ca..c8d6ebc9d6549f32e45be5646a74ed50839df5aa 100644 --- a/UtilityApps/src/print_materials.cpp +++ b/UtilityApps/src/print_materials.cpp @@ -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) ; }