diff --git a/geom-exp.cpp b/geom-exp.cpp index 201f1308..37e13213 100644 --- a/geom-exp.cpp +++ b/geom-exp.cpp @@ -1284,6 +1284,8 @@ int read_geom_args() { #endif else if(argis("-d:quotient")) launch_dialog(showQuotientConfig); + else if(argis("-uqf")) + fieldpattern::use_quotient_fp = true; #endif else if(argis("-d:geom")) launch_dialog(showEuclideanMenu);