From aa44ff82e38dc2b70259a5f3a4c343236dac1b69 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sun, 17 Nov 2019 13:35:18 +0100 Subject: [PATCH] fixed cgi for field quotient --- geometry.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/geometry.cpp b/geometry.cpp index 51630585..4854f75f 100644 --- a/geometry.cpp +++ b/geometry.cpp @@ -927,6 +927,8 @@ EX void check_cgi() { if(prod) V("PS", its(product::csteps)); + if(geometry == gFieldQuotient) { V("S3=", its(S3)); V("S7=", its(S7)); } + if(binarytiling) V("BT", fts(vid.binary_width)); if(GDIM == 2) {