diff --git a/conformal.cpp b/conformal.cpp index 309f6e04..3761c343 100644 --- a/conformal.cpp +++ b/conformal.cpp @@ -1226,6 +1226,10 @@ namespace conformal { PHASEFROM(2); shift_arg_formula(conformal::top_z); } + else if(argis("-twopoint")) { + PHASEFROM(2); + shift_arg_formula(vid.twopoint_param); + } else if(argis("-hp")) { PHASEFROM(2); shift_arg_formula(conformal::halfplane_scale);