diff liboctave/NLConst.cc @ 465:4caf8fbeb778

[project @ 1994-06-06 01:05:09 by jwe]
author jwe
date Mon, 06 Jun 1994 01:05:09 +0000
parents 780cbbc57b7c
children 714fd17fca28
line wrap: on
line diff
--- a/liboctave/NLConst.cc	Mon Jun 06 01:00:10 1994 +0000
+++ b/liboctave/NLConst.cc	Mon Jun 06 01:05:09 1994 +0000
@@ -1,7 +1,7 @@
 // NLConst.cc                                            -*- C++ -*-
 /*
 
-Copyright (C) 1992, 1993 John W. Eaton
+Copyright (C) 1992, 1993, 1994 John W. Eaton
 
 This file is part of Octave.
 
@@ -25,6 +25,10 @@
 #include "config.h"
 #endif
 
+#if defined (__GNUG__)
+#pragma implementation
+#endif
+
 #include "NLConst.h"
 
 NLConst::NLConst (void) : Bounds (), NLFunc ()
@@ -35,7 +39,7 @@
 {
 }
 
-NLConst::NLConst (const Vector l, const NLFunc f, const Vector u)
+NLConst::NLConst (const Vector& l, const NLFunc f, const Vector& u)
   : Bounds (l, u), NLFunc (f)
 {
 }