preprocessor: simplify a5590f7917

time-shift
Houtan Bastani 2016-05-19 12:09:56 +02:00
parent a5590f7917
commit 4ea52066b9
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ main(int argc, char **argv)
cerr << "Incorrect syntax for params_derivs_order option" << endl;
usage();
}
params_derivs_order = atoi(string(argv[arg] + 20).c_str());
params_derivs_order = atoi(argv[arg] + 20);
}
else if (!strcmp(argv[arg], "onlyclearglobals"))
{