changeset 4576:f60762fa234f

[project @ 2003-10-31 06:09:17 by jwe]
author jwe
date Fri, 31 Oct 2003 06:09:17 +0000
parents c7ba572047df
children 233512ebf15d
files liboctave/DASRT.cc
diffstat 1 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/DASRT.cc	Fri Oct 31 06:05:37 2003 +0000
+++ b/liboctave/DASRT.cc	Fri Oct 31 06:09:17 2003 +0000
@@ -49,12 +49,12 @@
 extern "C"
 {
   F77_RET_T
-  F77_FUNC (ddasrt, DASRT) (dasrt_fcn_ptr, const int&, double&,
-			    double*, double*, const double&, int*,
-			    const double*, const double*, int&, double*,
-			    const int&, int*, const int&, double*,
-			    int*, dasrt_jac_ptr, dasrt_constr_ptr,
-			    const int&, int*);
+  F77_FUNC (ddasrt, DDASRT) (dasrt_fcn_ptr, const int&, double&,
+			     double*, double*, const double&, int*,
+			     const double*, const double*, int&, double*,
+			     const int&, int*, const int&, double*,
+			     int*, dasrt_jac_ptr, dasrt_constr_ptr,
+			     const int&, int*);
 }
 
 static DAEFunc::DAERHSFunc user_fsub;