Commit 548e8f87 authored by Francesco Mani's avatar Francesco Mani

fix ulsim compilation

parent 406ae17d
...@@ -320,11 +320,11 @@ int main(int argc, char **argv) ...@@ -320,11 +320,11 @@ int main(int argc, char **argv)
break; break;
case 'M': case 'M':
SSB_positions = atoi(optarg); // SSB_positions = atoi(optarg);
break; break;
case 'N': case 'N':
Nid_cell = atoi(optarg); // Nid_cell = atoi(optarg);
break; break;
case 'R': case 'R':
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment