diff liboctave/boolNDArray.cc @ 4532:01ee68d18069

[project @ 2003-10-10 00:49:54 by jwe]
author jwe
date Fri, 10 Oct 2003 00:49:55 +0000
parents 8373b9b41eee
children 79df15d4470c
line wrap: on
line diff
--- a/liboctave/boolNDArray.cc	Tue Oct 07 14:57:39 2003 +0000
+++ b/liboctave/boolNDArray.cc	Fri Oct 10 00:49:55 2003 +0000
@@ -33,6 +33,8 @@
 #include "mx-base.h"
 #include "lo-ieee.h"
 
+#include "ArrayN-inline.h"
+
 // XXX FIXME XXX -- this is not quite the right thing.
 
 boolMatrix
@@ -96,6 +98,14 @@
   return retval;
 }
 
+void
+boolNDArray::increment_index (Array<int>& ra_idx,
+			      const dim_vector& dimensions,
+			      int start_dimension)
+{
+  ::increment_index (ra_idx, dimensions, start_dimension);
+}
+
 /*
 ;;; Local Variables: ***
 ;;; mode: C++ ***