# HG changeset patch # User jwe # Date 949442225 0 # Node ID 81a6b40c07696cac9185de88020a7c3c40e64398 # Parent a17e16bcd1acfdfc9c4064bf276c60e7724cad35 [project @ 2000-02-01 21:57:05 by jwe] diff --git a/liboctave/base-de.h b/liboctave/base-de.h --- 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