changeset 3510:81a6b40c0769

[project @ 2000-02-01 21:57:05 by jwe]
author jwe
date Tue, 01 Feb 2000 21:57:05 +0000
parents a17e16bcd1ac
children d92134062783
files liboctave/base-de.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/base-de.h
+++ b/liboctave/base-de.h
@@ -80,7 +80,7 @@
 
   // Integrate from current point and return output at all points
   // specified by t.
-  virtual Matrix integrate (const ColumnVector tt)
+  virtual Matrix integrate (const ColumnVector& tt)
     { return do_integrate (tt); }
 
   // Set new x0, t0 and integrate to return output at all points