Skip to content

Commit

Permalink
fix merge error
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale committed Mar 27, 2024
1 parent 52ec7e0 commit 89df2c1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Source/driver/parse_castro_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,6 @@ def write_headers_and_source(params, out_directory, struct_name):
print("namespace = ", nm)
for ifdef in ifdefs:
params_if = [q for q in params_nm if q.ifdef == ifdef]
types = set(q.dtype for q in params_if)
types = sorted(set(q.dtype for q in params_if))

if ifdef is None:
Expand Down

0 comments on commit 89df2c1

Please sign in to comment.