diff --git a/hypgraph.cpp b/hypgraph.cpp index b632ac5d..29637203 100644 --- a/hypgraph.cpp +++ b/hypgraph.cpp @@ -839,9 +839,9 @@ EX void apply_other_model(shiftpoint H_orig, hyperpoint& ret, eModel md) { case mdMiller: makeband(H_orig, ret, [] (ld& x, ld& y) { - // y *= pconf.miller_parameter; + y *= pconf.miller_parameter; band_conformal(x, y); - // y /= pconf.miller_parameter; + y /= pconf.miller_parameter; }); break;