17 |
geth = 0; |
geth = 0; |
18 |
get2 = 1; |
get2 = 1; |
19 |
gete = 1; |
gete = 1; |
20 |
|
gete_ncheck = 10; |
21 |
getn = 1; |
getn = 1; |
22 |
extAlgID = 202; |
extAlgID = 202; |
23 |
standalone = false; |
standalone = false; |
70 |
get2 = 1; |
get2 = 1; |
71 |
geth = 0; |
geth = 0; |
72 |
gete = 1; |
gete = 1; |
73 |
|
gete_ncheck = 10; |
74 |
getn = 1; |
getn = 1; |
75 |
extAlgID = 202; |
extAlgID = 202; |
76 |
standalone = false; |
standalone = false; |
174 |
continue; |
continue; |
175 |
} |
} |
176 |
// -----------------------------------------------------// |
// -----------------------------------------------------// |
177 |
|
if (!strcmp(vcustom[i], "-extalg-check")){ |
178 |
|
if (++i >= ncustom) throw -3; |
179 |
|
gete_ncheck = atoi(vcustom[i]); |
180 |
|
continue; |
181 |
|
} |
182 |
|
// -----------------------------------------------------// |
183 |
if (!strcmp(vcustom[i], "--dontgetn") ||!strcmp(vcustom[i], "--dontget-nuclei") ){ |
if (!strcmp(vcustom[i], "--dontgetn") ||!strcmp(vcustom[i], "--dontget-nuclei") ){ |
184 |
getn = 0; |
getn = 0; |
185 |
continue; |
continue; |