1
0
mirror of https://github.com/TREX-CoE/qmckl.git synced 2024-07-23 03:07:46 +02:00

Hide problemo print

This commit is contained in:
Anthony Scemama 2022-12-09 11:20:36 +01:00
parent 0c5c2bed41
commit 499178c3da

View File

@ -175,9 +175,9 @@ with open("qmckl_include.i", 'w') as f_out:
#print("String type", k, v)
pass
if len(v['pattern'].split(',')) != 2:
print('Problemo', k, v)
continue
# if len(v['pattern'].split(',')) != 2:
# print('Problemo', k, v)
# continue
if 'get' in k:
f_out.write(f"%apply ( {v['datatype']}* ARGOUT_ARRAY1 , int64_t DIM1 ) {{ {v['pattern']} }};\n")