diff liboctave/CNDArray.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/CNDArray.cc
+++ b/liboctave/CNDArray.cc
@@ -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
+ComplexNDArray::increment_index (Array<int>& ra_idx,
+				 const dim_vector& dimensions,
+				 int start_dimension)
+{
+  ::increment_index (ra_idx, dimensions, start_dimension);
+}
+
 /*
 ;;; Local Variables: ***
 ;;; mode: C++ ***