Skip to content

Commit

Permalink
And fixing a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pgrete committed Sep 9, 2024
1 parent 8e1910e commit a9e5203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tst/regression/test_suites/diffusion/diffusion.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ def get_ref(x):
if diff == "visc":
var_name = "prim_velocity_2"
elif diff == "ohm":
var_name = "magnetic_field_2"
var_name = "prim_magnetic_field_2"
else:
print("Unknon diffusion type to process test results!")
return False
Expand Down

0 comments on commit a9e5203

Please sign in to comment.