Skip to content

Commit

Permalink
fix typo (case) in eos_cell and burn_cell inputs param (#1730)
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale authored Jan 28, 2025
1 parent ffe1683 commit 52bac4b
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,4 @@ omegadot(C12): 0.01497617246
omegadot(O16): 0.5494210118
omegadot(Fe56): 0
number of steps taken: 85669
Unused ParmParse Variables:
[TOP]::unit_test.x4(nvals = 1) :: [0.0]

AMReX (23.07-7-g88f03408f18a) finalized
2 changes: 1 addition & 1 deletion unit_test/burn_cell/inputs_triple
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ unit_test.temperature = 3.e9
unit_test.X1 = 1.0
unit_test.X2 = 0.0
unit_test.X3 = 0.0
unit_test.x4 = 0.0
unit_test.X4 = 0.0
3 changes: 0 additions & 3 deletions unit_test/eos_cell/ci-benchmarks/eos_gamma_law.out
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,4 @@ gam1 = 1.666666667
cs = 186127884.1
abar = 4
zbar = 2
Unused ParmParse Variables:
[TOP]::unit_test.x4(nvals = 1) :: [0.0]

AMReX (23.06-31-g9c256b12b89f) finalized
3 changes: 0 additions & 3 deletions unit_test/eos_cell/ci-benchmarks/eos_helmholtz.out
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,4 @@ gam1 = 1.511401882
cs = 332889390.6
abar = 4
zbar = 2
Unused ParmParse Variables:
[TOP]::unit_test.x4(nvals = 1) :: [0.0]

AMReX (22.10-75-g0a3ee1486cc3) finalized
2 changes: 1 addition & 1 deletion unit_test/eos_cell/inputs_eos
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ unit_test.temperature = 1.e9
unit_test.X1 = 1.0
unit_test.X2 = 0.0
unit_test.X3 = 0.0
unit_test.x4 = 0.0
unit_test.X4 = 0.0


0 comments on commit 52bac4b

Please sign in to comment.