changeset 5321:84b72a402b86

[project @ 2005-04-29 05:18:39 by jwe]
author jwe
date Fri, 29 Apr 2005 05:20:01 +0000
parents 7b95f7fdf175
children 22994a5730f9
files src/load-save.cc test/octave.test/linalg/expm-2.m
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/load-save.cc	Fri Apr 29 04:47:55 2005 +0000
+++ b/src/load-save.cc	Fri Apr 29 05:20:01 2005 +0000
@@ -702,7 +702,7 @@
       else if (argv[i] == "-ascii" || argv[i] == "-a")
 	{
 	  warning ("the meaning of this option will change in a future");
-	  warning ("version of Octave to be compatible with @sc{Matlab}.");
+	  warning ("version of Octave to be compatible with Matlab.");
 	  warning ("To keep the meaning of your code the same across");
 	  warning ("this change, use the -text option instead.");
 
@@ -1088,7 +1088,7 @@
       else if (argv[i] == "-ascii" || argv[i] == "-a")
 	{
 	  warning ("the meaning of this option will change in a future");
-	  warning ("version of Octave to be compatible with @sc{Matlab}.");
+	  warning ("version of Octave to be compatible with Matlab.");
 	  warning ("To keep the meaning of your code the same across");
 	  warning ("this change, use the -text option instead.");
 
--- a/test/octave.test/linalg/expm-2.m	Fri Apr 29 04:47:55 2005 +0000
+++ b/test/octave.test/linalg/expm-2.m	Fri Apr 29 05:20:01 2005 +0000
@@ -1,4 +1,4 @@
 arg = [1, 1; 0, 1];
 result = [2.718281828459045, 2.718281828459045;
           0.000000000000000, 2.718281828459045];
-all (all (abs (expm (arg) - result) < 2*eps))
+all (all (abs (expm (arg) - result) < 4*eps))