diff --git a/geom-exp.cpp b/geom-exp.cpp index 5ea3ecf4..d3105465 100644 --- a/geom-exp.cpp +++ b/geom-exp.cpp @@ -921,6 +921,7 @@ EX void runGeometryExperiments() { #if CAP_COMMANDLINE eGeometry readGeo(const string& ss) { + for(int i=0; i '9') numeric = false; if(numeric) return eGeometry(atoi(ss.c_str()));