diff --git a/darksusy-6.2.2/src/rd/dsrdquad.f b/darksusy-6.2.2/src/rd/dsrdquad.f index 408a35c..e72553e 100644 --- a/darksusy-6.2.2/src/rd/dsrdquad.f +++ b/darksusy-6.2.2/src/rd/dsrdquad.f @@ -1,37 +1,37 @@ real*8 function dsrdquad(x0,y0,x1,y1,x2,y2,x,reslin,err) ********************************************************************** *** Function dsrdquad performs a quadratic interpolation between the *** points (x0,y0), (x1,y1) and (x2,y2). It will return value from -*** the interpolation at point x. x is assumed to be x0 ≤ x ≤ x2. +*** the interpolation at point x. x is assumed to be x0 <= x <= x2. *** The points are assumed to be ordered in x, x0