arg:: shift_arg_formula used instead of argf

This commit is contained in:
Zeno Rogue
2018-11-11 11:27:36 +01:00
parent a6b8d4f79a
commit 549d86b15d
12 changed files with 55 additions and 53 deletions
+1 -1
View File
@@ -1012,7 +1012,7 @@ int readArgs() {
}
else if(argis("-irrdens")) {
PHASE(2);
shift(); density = argf();
shift_arg_formula(density);
}
else if(argis("-irrload")) {
PHASE(3);