Skip to content

Commit

Permalink
Update Source/driver/parse_castro_params.py
Browse files Browse the repository at this point in the history
Co-authored-by: Eric T. Johnson <[email protected]>
  • Loading branch information
zingale and yut23 authored Mar 26, 2024
1 parent c1dfb7b commit faa69e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/driver/parse_castro_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def write_headers_and_source(params, out_directory, struct_name):
# output

# find all the namespaces
namespaces = {q.namespace for q in params}
namespaces = sorted({q.namespace for q in params})

for nm in sorted(namespaces):

Expand Down

0 comments on commit faa69e2

Please sign in to comment.