Commit 4e2edee6 authored by Dag Sverre Seljebotn's avatar Dag Sverre Seljebotn

Fix complex number utitity code order (sometimes they would come out in wrong order)

parent 7b9b3153
...@@ -1004,7 +1004,7 @@ proto=""" ...@@ -1004,7 +1004,7 @@ proto="""
""") """)
complex_from_parts_utility_code = UtilityCode( complex_from_parts_utility_code = UtilityCode(
proto_block='utility_code_proto_before_types', proto_block='utility_code_proto',
proto=""" proto="""
#if CYTHON_CCOMPLEX #if CYTHON_CCOMPLEX
#ifdef __cplusplus #ifdef __cplusplus
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment