--- DarthVader/TrackerLevel2/src/TrkProcess.cpp 2014/06/04 07:57:04 1.17 +++ DarthVader/TrackerLevel2/src/TrkProcess.cpp 2014/06/23 08:34:18 1.18 @@ -17,6 +17,7 @@ geth = 0; get2 = 1; gete = 1; + gete_ncheck = 10; getn = 1; extAlgID = 202; standalone = false; @@ -69,6 +70,7 @@ get2 = 1; geth = 0; gete = 1; + gete_ncheck = 10; getn = 1; extAlgID = 202; standalone = false; @@ -172,6 +174,12 @@ continue; } // -----------------------------------------------------// + if (!strcmp(vcustom[i], "-extalg-check")){ + if (++i >= ncustom) throw -3; + gete_ncheck = atoi(vcustom[i]); + continue; + } + // -----------------------------------------------------// if (!strcmp(vcustom[i], "--dontgetn") ||!strcmp(vcustom[i], "--dontget-nuclei") ){ getn = 0; continue;