From 3e912a58b72b484b260a83e5ff9273601d52cae8 Mon Sep 17 00:00:00 2001 From: Markus Frank <markus.frank@cern.ch> Date: Mon, 9 Mar 2015 21:02:05 +0000 Subject: [PATCH] Bug-fix of wrong ifdef - thanks Frank --- UtilityApps/src/test_surfaces.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/UtilityApps/src/test_surfaces.cpp b/UtilityApps/src/test_surfaces.cpp index 301b445e3..c8b515b63 100644 --- a/UtilityApps/src/test_surfaces.cpp +++ b/UtilityApps/src/test_surfaces.cpp @@ -30,7 +30,7 @@ DDTest test = DDTest( "surfaces" ) ; //============================================================================= int main(int argc, char** argv ){ -#if 0 + if( argc < 3 ) { std::cout << " usage: test_surfaces compact.xml lcio_file.slcio" << std::endl ; exit(1) ; @@ -188,7 +188,6 @@ int main(int argc, char** argv ){ } -#endif return 0; } -- GitLab