*** src/ov-intx.h.orig 2004-07-30 10:02:32.000000000 +0200 --- src/ov-intx.h 2004-08-08 23:07:32.000000000 +0200 *************** *** 71,76 **** --- 71,78 ---- return retval; } + idx_vector index_vector (void) const { return idx_vector (array_value ()); } + private: DECLARE_OCTAVE_ALLOCATOR *************** *** 119,124 **** --- 121,128 ---- return retval; } + idx_vector index_vector (void) const { return idx_vector (double (scalar)); } + private: DECLARE_OCTAVE_ALLOCATOR