diff liboctave/boolNDArray.h @ 5073:e71be9c548f2

[project @ 2004-11-09 18:31:25 by jwe]
author jwe
date Tue, 09 Nov 2004 18:31:26 +0000
parents 269c3d6c0569
children e35b034d3523
line wrap: on
line diff
--- a/liboctave/boolNDArray.h	Tue Nov 09 05:53:11 2004 +0000
+++ b/liboctave/boolNDArray.h	Tue Nov 09 18:31:26 2004 +0000
@@ -70,8 +70,7 @@
   boolNDArray all (int dim = -1) const;
   boolNDArray any (int dim = -1) const;
 
-  friend boolNDArray concat (const boolNDArray& ra, const boolNDArray& rb, 
-			     const Array<int>& ra_idx);
+  boolNDArray concat (const boolNDArray& rb, const Array<int>& ra_idx);
 
   boolNDArray& insert (const boolNDArray& a, int r, int c);
   boolNDArray& insert (const boolNDArray& a, const Array<int>& ra_idx);