diff src/fsolve.cc @ 216:e83d64b26659

[project @ 1993-11-13 09:04:18 by jwe]
author jwe
date Sat, 13 Nov 1993 09:11:10 +0000
parents d1c5e5edbf1e
children a99f28f5e351
line wrap: on
line diff
--- a/src/fsolve.cc	Sat Nov 13 08:41:22 1993 +0000
+++ b/src/fsolve.cc	Sat Nov 13 09:11:10 1993 +0000
@@ -131,10 +131,10 @@
   ColumnVector x = args[2].to_vector ();
 
   if (nargin > 3)
-    message ("fsolve", "ignoring optional arguments...");
+    warning ("fsolve: ignoring optional arguments");
 
   if (nargout > 2)
-    message ("fsolve", "can't compute path output yet...");
+    warning ("fsolve: can't compute path output yet");
 
   NLFunc foo_fcn (fsolve_user_function);
   NLEqn foo (x, foo_fcn);