Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix typo (case) in eos_cell and burn_cell inputs param #1730

Merged
merged 3 commits into from
Jan 28, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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


Loading