Mercurial > hg > octave-thorsten
diff src/ov.cc @ 4433:b18ace8faf31
[project @ 2003-06-21 14:14:42 by jwe]
author | jwe |
---|---|
date | Sat, 21 Jun 2003 14:14:42 +0000 |
parents | 6fa0c2306ef6 |
children | d28fa596b886 |
line wrap: on
line diff
--- a/src/ov.cc +++ b/src/ov.cc @@ -55,6 +55,7 @@ #include "ov-mapper.h" #include "ov-usr-fcn.h" #include "ov-fcn-handle.h" +#include "ov-re-nd-array.h" #include "ov-typeinfo.h" #include "defun.h" @@ -1734,6 +1735,7 @@ octave_bool_matrix::register_type (); octave_char_matrix::register_type (); octave_char_matrix_str::register_type (); + octave_re_nd_array::register_type (); octave_struct::register_type (); octave_file::register_type (); octave_list::register_type ();