Skip to content
Snippets Groups Projects
Commit e36dc8e0 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Minor complex-val code generation fix

parent 75f08116
No related branches found
No related tags found
No related merge requests found
......@@ -373,7 +373,7 @@ class LoopyCCodeMapper(RecursiveMapper):
# This made it through type 'guessing' above, and it
# was concluded above (search for COMPLEX_GUESS_LOGIC),
# that nothing was lost by using single precision.
cast_type = "cfloat_t"
cast_type = "cfloat"
else:
if dtype == np.complex128:
cast_type = "cdouble"
......
......@@ -25,4 +25,4 @@ VERSION = (2014, 1)
VERSION_STATUS = ""
VERSION_TEXT = ".".join(str(x) for x in VERSION) + VERSION_STATUS
DATA_MODEL_VERSION = "v7"
DATA_MODEL_VERSION = "v8"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment