From f568a800c2d8e776cb63ff243afc5fd8a22d6e83 Mon Sep 17 00:00:00 2001 From: Philipp Klaus Date: Mon, 19 Jan 2015 10:33:31 +0100 Subject: [PATCH] Updated CLI of cpp_based-on-dabc-lib --- s-curves/cpp_based-on-dabc-lib/unpacker.cxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/s-curves/cpp_based-on-dabc-lib/unpacker.cxx b/s-curves/cpp_based-on-dabc-lib/unpacker.cxx index 9a8928d..a285a52 100644 --- a/s-curves/cpp_based-on-dabc-lib/unpacker.cxx +++ b/s-curves/cpp_based-on-dabc-lib/unpacker.cxx @@ -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); -- 2.43.0