Skip to content

Commit

Permalink
updated ref soln
Browse files Browse the repository at this point in the history
  • Loading branch information
psharda committed Sep 17, 2024
1 parent d066511 commit a33d541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/burn_cell_metal_chem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
elif [[ "$Z" == "Z=1_z10" ]]; then
reference_line_number=${ref_line_number_z10[$index]}
elif [[ "$Z" == "Z=1e-6" ]]; then
reference_line_number=$((line_number - 4440))
reference_line_number=$((line_number - 4450))
else
reference_line_number=$((line_number - 4437))
fi
Expand Down

0 comments on commit a33d541

Please sign in to comment.