mirror of
https://github.com/TREX-CoE/qmckl.git
synced 2024-11-04 05:03:59 +01:00
Hide problemo print
This commit is contained in:
parent
0c5c2bed41
commit
499178c3da
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user