Mercurial > hg > octave-nkf
diff src/TEMPLATE-INST/Array-tc.cc @ 4590:2cb70e155939
[project @ 2003-11-10 19:09:57 by jwe]
author | jwe |
---|---|
date | Mon, 10 Nov 2003 19:09:58 +0000 |
parents | 228d2d5b6d66 |
children | 3a284f89aa41 |
line wrap: on
line diff
--- a/src/TEMPLATE-INST/Array-tc.cc +++ b/src/TEMPLATE-INST/Array-tc.cc @@ -27,8 +27,6 @@ #endif #include "Array.h" - - #include "Array.cc" #include "Array2.h" @@ -41,8 +39,9 @@ #include "oct-obj.h" -octave_value -resize_fill_value (const octave_value& x) +template<> +octave_value +resize_fill_value<octave_value> (const octave_value& x) { static octave_value retval = octave_value (Matrix ()); return retval;