diff liboctave/DASSL.cc @ 1482:5f5d117aac3e

[project @ 1995-09-26 09:14:22 by jwe]
author jwe
date Tue, 26 Sep 1995 09:19:49 +0000
parents 9b2654476502
children a272c4056bab
line wrap: on
line diff
--- a/liboctave/DASSL.cc	Tue Sep 26 09:09:41 1995 +0000
+++ b/liboctave/DASSL.cc	Tue Sep 26 09:19:49 1995 +0000
@@ -198,8 +198,7 @@
 
 int
 ddassl_f (const double& time, double *state, double *deriv,
-	  double *delta, int& ires, double *rpar UNUSED,
-	  int *ipar UNUSED)
+	  double *delta, int& ires, double *, int *)
 {
   Vector tmp_deriv (nn);
   Vector tmp_state (nn);
@@ -225,9 +224,8 @@
 }
 
 int
-ddassl_j (const double& time, double *state UNUSED,
-	  double *deriv UNUSED, double *pd, const double& cj,
-	  double *rpar UNUSED, int *ipar UNUSED) 
+ddassl_j (const double& time, double *, double *, double *pd, const
+	  double& cj, double *, int *)
 {
   Vector tmp_state (nn);
   Vector tmp_deriv (nn);