removed the -crug option since it is redundant

This commit is contained in:
Zeno Rogue 2018-12-03 23:17:17 +01:00
parent 3e747a2d9d
commit 6594908c5a
1 changed files with 0 additions and 9 deletions

View File

@ -901,15 +901,6 @@ int readArgs() {
else if(argis("-cprob")) {
PHASEFROM(2); shift_arg_formula(compass_probability);
}
else if(argis("-crug")) {
PHASE(3);
if(rug::rugged) rug::close();
calcparam();
rug::reopen();
init_rotation();
surface::sh = surface::dsCrystal;
rug::good_shape = true;
}
else if(argis("-test:crt")) {
test_crt();
}