Skip to content

Commit

Permalink
fix output
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale committed Dec 12, 2023
1 parent ca7d025 commit a7b63f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion unit_test/test_nse_interp/ci-benchmarks/aprox19.out
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,5 @@ dAbar/dT = -1.070778042e-09
dbea/dT = -6.886297725e-12
now using derivative of the interpolant
dAbar/dT = -1.070778122e-09
dbea/dT = -1.070778122e-09
dbea/dT = -6.886272826e-12
AMReX (23.12-8-g43d71da32fa4) finalized
2 changes: 1 addition & 1 deletion unit_test/test_nse_interp/nse_cell.H
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ void nse_cell_c()
nse_table::beatab);

std::cout << "dAbar/dT = " << dabardT << std::endl;
std::cout << "dbea/dT = " << dabardT << std::endl;
std::cout << "dbea/dT = " << dbeadT << std::endl;


}

0 comments on commit a7b63f2

Please sign in to comment.