From: Philipp Klaus Date: Mon, 19 Jan 2015 09:33:31 +0000 (+0100) Subject: Updated CLI of cpp_based-on-dabc-lib X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=f568a800c2d8e776cb63ff243afc5fd8a22d6e83;p=mvd_soft.git Updated CLI of cpp_based-on-dabc-lib --- 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);