From c1e05cc6ecdb6044310620bf6e8e8b4a3ade538a Mon Sep 17 00:00:00 2001
From: Frank Gaede <frank.gaede@desy.de>
Date: Mon, 17 Nov 2014 09:52:47 +0000
Subject: [PATCH]  - fixed usage printout

---
 UtilityApps/src/print_materials.cpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/UtilityApps/src/print_materials.cpp b/UtilityApps/src/print_materials.cpp
index e71549020..c8d6ebc9d 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) ;
   }
   
-- 
GitLab