From 6594908c5ad25fe0dea267c1986947ec5edf0f54 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Mon, 3 Dec 2018 23:17:17 +0100 Subject: [PATCH] removed the -crug option since it is redundant --- crystal.cpp | 9 --------- 1 file changed, 9 deletions(-) diff --git a/crystal.cpp b/crystal.cpp index 41317912..578d46f9 100644 --- a/crystal.cpp +++ b/crystal.cpp @@ -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(); }