Skip to content

Commit

Permalink
Merge pull request #131 from AMReX-Codes/particle_abs_tol_fix_fix
Browse files Browse the repository at this point in the history
Fix another typo in previous commit
asalmgren authored Dec 4, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents 201d10c + b491a86 commit 901e97f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion regtest.py
Original file line number Diff line number Diff line change
@@ -867,7 +867,7 @@ def test_suite(argv):
if test.particle_abs_tolerance is not None:
command += " --abs_tol {}".format(test.particle_abs_tolerance)

command += "{} {} {}".format(bench_file, output_file, ptype)
command += " {} {} {}".format(bench_file, output_file, ptype)

sout, _, ierr = test_util.run(command,
outfile=test.comparison_outfile, store_command=True)

0 comments on commit 901e97f

Please sign in to comment.