mirror of
https://github.com/TREX-CoE/qmckl.git
synced 2024-12-22 20:36:01 +01:00
Fix Python API build
This commit is contained in:
parent
4616467c4e
commit
b288740292
@ -175,9 +175,9 @@ with open("qmckl_include.i", 'w') as f_out:
|
|||||||
#print("String type", k, v)
|
#print("String type", k, v)
|
||||||
pass
|
pass
|
||||||
|
|
||||||
# if len(v['pattern'].split(',')) != 2:
|
if len(v['pattern'].split(',')) != 2:
|
||||||
# print('Problemo', k, v)
|
# print('Problemo', k, v)
|
||||||
# continue
|
continue
|
||||||
|
|
||||||
if 'get' in k:
|
if 'get' in k:
|
||||||
f_out.write(f"%apply ( {v['datatype']}* ARGOUT_ARRAY1 , int64_t DIM1 ) {{ {v['pattern']} }};\n")
|
f_out.write(f"%apply ( {v['datatype']}* ARGOUT_ARRAY1 , int64_t DIM1 ) {{ {v['pattern']} }};\n")
|
||||||
|
Loading…
Reference in New Issue
Block a user