Skip to content

Commit

Permalink
sync up with Microphysics parameter script changest
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale committed Jan 9, 2024
1 parent e45cc0d commit c53c24a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/param/parse_maestro_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ def parse_params(infile, out_directory):

for p in params_nm:
cq.write(p.get_default_string())
cq.write(p.get_query_string("C++"))
cq.write(p.get_query_string())
cq.write("\n")

cq.close()
Expand Down

0 comments on commit c53c24a

Please sign in to comment.