Mercurial > hg > octave-nkf
comparison src/ov-str-mat.cc @ 4612:d44675070f1a
[project @ 2003-11-14 19:49:56 by jwe]
author | jwe |
---|---|
date | Fri, 14 Nov 2003 19:50:38 +0000 |
parents | 508238e65af7 |
children | ef3a14fb6847 |
comparison
equal
deleted
inserted
replaced
4611:c76a32c6f90c | 4612:d44675070f1a |
---|---|
41 #include "pr-output.h" | 41 #include "pr-output.h" |
42 #include "pt-mat.h" | 42 #include "pt-mat.h" |
43 | 43 |
44 DEFINE_OCTAVE_ALLOCATOR (octave_char_matrix_str); | 44 DEFINE_OCTAVE_ALLOCATOR (octave_char_matrix_str); |
45 | 45 |
46 DEFINE_OV_TYPEID_FUNCTIONS_AND_DATA (octave_char_matrix_str, "string"); | 46 DEFINE_OV_TYPEID_FUNCTIONS_AND_DATA (octave_char_matrix_str, "string", "char"); |
47 | 47 |
48 static octave_value * | 48 static octave_value * |
49 default_numeric_conversion_function (const octave_value& a) | 49 default_numeric_conversion_function (const octave_value& a) |
50 { | 50 { |
51 CAST_CONV_ARG (const octave_char_matrix_str&); | 51 CAST_CONV_ARG (const octave_char_matrix_str&); |