diff options
Diffstat (limited to 'weave/standard_array_spec.py')
-rw-r--r-- | weave/standard_array_spec.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weave/standard_array_spec.py b/weave/standard_array_spec.py index c8c8e61dc..9c32bafda 100644 --- a/weave/standard_array_spec.py +++ b/weave/standard_array_spec.py @@ -34,7 +34,7 @@ public: !(numeric_type == PyArray_INT && arr_type == PyArray_LONG) && !(numeric_type == PyArray_LONG && arr_type == PyArray_INT)) { - char* type_names[13] = {"char","unsigned byte","byte", "short", "int", + char* type_names[20] = {"char","unsigned byte","byte", "short", "int", "long", "float", "double", "complex float", "complex double", "object","ntype","unkown"}; char msg[500]; |