summaryrefslogtreecommitdiff
path: root/Build/source/utils/asymptote/drawpath3.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/utils/asymptote/drawpath3.h')
-rw-r--r--Build/source/utils/asymptote/drawpath3.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/Build/source/utils/asymptote/drawpath3.h b/Build/source/utils/asymptote/drawpath3.h
index 25e9ffadf6d..7e27f196d31 100644
--- a/Build/source/utils/asymptote/drawpath3.h
+++ b/Build/source/utils/asymptote/drawpath3.h
@@ -40,11 +40,8 @@ public:
B.add(Max);
}
- void bounds(pair &b, double (*m)(double, double),
- double (*x)(const triple&, double*),
- double (*y)(const triple&, double*),
- double *t, bool &first) {
- pair z=g.bounds(m,x,y,t);
+ void ratio(pair &b, double (*m)(double, double), bool &first) {
+ pair z=g.ratio(m);
if(first) {
b=z;
first=false;