Skip to content

Commit dff43cf

Browse files
Update doConvergenceStudy.py
1 parent 0a3458b commit dff43cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

partitioned-heat-conduction/doConvergenceStudy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ def postproc(participants: Participants, precice_config_params=None):
189189
i += 1
190190

191191
run(participants, args.template_path, precice_config_params)
192-
summary = postproc(participants, precice_config_params, silent=args.silent)
192+
summary = postproc(participants, precice_config_params)
193193

194194
results.append(summary)
195195
results.output_preliminary(silent=args.silent)

0 commit comments

Comments
 (0)