Skip to content

Commit 52bac4b

Browse files
authored
fix typo (case) in eos_cell and burn_cell inputs param (#1730)
1 parent ffe1683 commit 52bac4b

File tree

5 files changed

+2
-11
lines changed

5 files changed

+2
-11
lines changed

unit_test/burn_cell/ci-benchmarks/triple_alpha_plus_cago_FE_unit_test.out

-3
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,4 @@ omegadot(C12): 0.01497617246
3333
omegadot(O16): 0.5494210118
3434
omegadot(Fe56): 0
3535
number of steps taken: 85669
36-
Unused ParmParse Variables:
37-
[TOP]::unit_test.x4(nvals = 1) :: [0.0]
38-
3936
AMReX (23.07-7-g88f03408f18a) finalized

unit_test/burn_cell/inputs_triple

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ unit_test.temperature = 3.e9
2323
unit_test.X1 = 1.0
2424
unit_test.X2 = 0.0
2525
unit_test.X3 = 0.0
26-
unit_test.x4 = 0.0
26+
unit_test.X4 = 0.0

unit_test/eos_cell/ci-benchmarks/eos_gamma_law.out

-3
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,4 @@ gam1 = 1.666666667
3131
cs = 186127884.1
3232
abar = 4
3333
zbar = 2
34-
Unused ParmParse Variables:
35-
[TOP]::unit_test.x4(nvals = 1) :: [0.0]
36-
3734
AMReX (23.06-31-g9c256b12b89f) finalized

unit_test/eos_cell/ci-benchmarks/eos_helmholtz.out

-3
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,4 @@ gam1 = 1.511401882
3131
cs = 332889390.6
3232
abar = 4
3333
zbar = 2
34-
Unused ParmParse Variables:
35-
[TOP]::unit_test.x4(nvals = 1) :: [0.0]
36-
3734
AMReX (22.10-75-g0a3ee1486cc3) finalized

unit_test/eos_cell/inputs_eos

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ unit_test.temperature = 1.e9
77
unit_test.X1 = 1.0
88
unit_test.X2 = 0.0
99
unit_test.X3 = 0.0
10-
unit_test.x4 = 0.0
10+
unit_test.X4 = 0.0
1111

1212

0 commit comments

Comments
 (0)