changeset 879:0c39f6998404 octave-forge

update batch_test for new comms toolbox script, typo in PKG_ADD in sparse
author adb014
date Thu, 27 Mar 2003 21:21:05 +0000
parents 92fc1a1df73b
children 391d6cb29a47
files batch_test.m main/sparse/spsum.m
diffstat 2 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/batch_test.m	Thu Mar 27 21:18:52 2003 +0000
+++ b/batch_test.m	Thu Mar 27 21:21:05 2003 +0000
@@ -32,8 +32,8 @@
 assert(typeinfo(c+1),"matrix");
 
 disp("[main/comm]");
-disp(">galois");
-try galois("test"); 
+disp(">comms");
+try comms("test"); 
 catch disp([__error_text__,"\nNote: failure expected for octave 2.1.36"]); end
  
 disp("[main/signal]");
--- a/main/sparse/spsum.m	Thu Mar 27 21:18:52 2003 +0000
+++ b/main/sparse/spsum.m	Thu Mar 27 21:21:05 2003 +0000
@@ -22,8 +22,8 @@
 # note - this is different than sum(x,1) (which is identical to sum(x))
 #        but I think this is the right way.
 
-## PKG_ADD dispatch ("sum", "spsum", "sparse");
-## PKG_ADD dispatch ("sum", "spsum", "complex_sparse");
+## PKG_ADD: dispatch ("sum", "spsum", "sparse");
+## PKG_ADD: dispatch ("sum", "spsum", "complex_sparse");
 function y=spsum( x, dim)
 
 if     nargin==1