changeset 4573:c8c06e5ef5db

[project @ 2003-10-31 03:28:08 by jwe]
author jwe
date Fri, 31 Oct 2003 03:28:08 +0000
parents 4623ef02a605
children 6cb22b9e3942
files liboctave/Array.cc
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/Array.cc	Fri Oct 31 03:07:05 2003 +0000
+++ b/liboctave/Array.cc	Fri Oct 31 03:28:08 2003 +0000
@@ -40,6 +40,8 @@
 #include "idx-vector.h"
 #include "lo-error.h"
 
+#include "ArrayN-inline.h"
+
 // One dimensional array class.  Handles the reference counting for
 // all the derived classes.
 
@@ -1936,8 +1938,6 @@
   return retval;
 }
 
-#include "ArrayN-inline.h"
-
 template <class T>
 Array<T>
 Array<T>::index (Array<idx_vector>& ra_idx, int resize_ok, const T& rfv) const