]> jspc29.x-matter.uni-frankfurt.de Git - mvd_soft.git/commitdiff
Updated CLI of cpp_based-on-dabc-lib
authorPhilipp Klaus <klaus@physik.uni-frankfurt.de>
Mon, 19 Jan 2015 09:33:31 +0000 (10:33 +0100)
committerPhilipp Klaus <klaus@physik.uni-frankfurt.de>
Mon, 19 Jan 2015 09:33:31 +0000 (10:33 +0100)
s-curves/cpp_based-on-dabc-lib/unpacker.cxx

index 9a8928d89101581192e2113cf4667015672a5676..a285a524d9a6a6ef2d8c8c66437e75a94cc31fbd 100644 (file)
@@ -46,9 +46,7 @@ bool    firstout = false;
 int main(int argc, char** argv) {
 
   if (argc>1) filename = argv[1];
-  if (argc>2) picPath = argv[2];
-  if (argc>3) mySystem = argv[3];
-  if (argc>4) rootOutfile = argv[4];
+  if (argc>2) rootOutfile = argv[2];
 
 //----------------------------------
   TApplication theApp("Analysis", &argc, argv);