Mercurial > hg > octave-nkf
diff liboctave/Array.cc @ 4573:c8c06e5ef5db
[project @ 2003-10-31 03:28:08 by jwe]
author | jwe |
---|---|
date | Fri, 31 Oct 2003 03:28:08 +0000 |
parents | fc30061d01da |
children | a1ac9ab474a1 |
line wrap: on
line diff
--- a/liboctave/Array.cc +++ b/liboctave/Array.cc @@ -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