Skip to content
Snippets Groups Projects
Commit 619e1828 authored by Veronique Legrand's avatar Veronique Legrand
Browse files

put back -h option

parent ae9e4069
No related branches found
No related tags found
No related merge requests found
...@@ -317,7 +317,7 @@ void ROCKparams::initFromMainOptsArgs(int argc,char ** argv) { ...@@ -317,7 +317,7 @@ void ROCKparams::initFromMainOptsArgs(int argc,char ** argv) {
// static int PE_separately=1; // static int PE_separately=1;
float proba=k_max_collision_proba; float proba=k_max_collision_proba;
while((i = getopt(argc, argv, "i:o:l:k:c:C:n:vq:m:f:")) != -1) { while((i = getopt(argc, argv, "i:o:l:k:c:C:n:vhq:m:f:")) != -1) {
switch(i) { switch(i) {
case 0: case 0:
break; break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment