From bb1fb4bd74ff90e88e5d6837092b8438c7858984 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Mon, 22 Jul 2019 09:09:09 +0200 Subject: [PATCH] arg:: -twopoint --- conformal.cpp | 4 ++++ 1 file changed, 4 insertions(+) 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);