Skip to content

Commit

Permalink
fix close
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale committed Jan 6, 2024
1 parent ddf7034 commit d8d0832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Util/scripts/write_probdata.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ def write_probin(prob_param_files, cxx_prefix):
size = "NumSpec"
fout.write(f" for (int n = 0; n < {size}; n++) {{\n")
fout.write(f" problem::{p.name}[n] = {p.default_format(lang='C++')};\n")
fout.write(" }}\n")
fout.write(" }\n")
else:
fout.write(f" {p.get_default_string()}")

Expand Down

0 comments on commit d8d0832

Please sign in to comment.