From dddce3148a2bc785603576b18ffcf72d39adbe47 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 19 Apr 2010 23:59:33 +0000 Subject: asy 1.93 git-svn-id: svn://tug.org/texlive/trunk@17934 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/utils/asymptote/simpson.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Build/source/utils/asymptote/simpson.cc') diff --git a/Build/source/utils/asymptote/simpson.cc b/Build/source/utils/asymptote/simpson.cc index c17f3545c03..85c8c08160e 100644 --- a/Build/source/utils/asymptote/simpson.cc +++ b/Build/source/utils/asymptote/simpson.cc @@ -15,7 +15,7 @@ typedef struct { bool // Returns true iff successful. simpson(double& integral, // Approximate value of the integral. double (*f)(double), // Pointer to function to be integrated. - double a, double b, // Lower, upper limits of integration (a <= b). + double a, double b, // Lower, upper limits of integration. double acc, // Desired relative accuracy of integral. // Try to make |error| <= acc*abs(integral). double dxmax) // Maximum limit on the width of a subinterval -- cgit v1.2.3