Skip to content

Commit

Permalink
Merge pull request #1587 from zingale/fix_test_conductivity_compilation
Browse files Browse the repository at this point in the history
fix compilation of test_conductivity
  • Loading branch information
zingale authored Jun 21, 2024
2 parents e1a89f6 + 77240dd commit 7d846d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions unit_test/test_conductivity/conductivity_util.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
using namespace amrex::literals;
using namespace unit_test_rp;

void cond_test_C(const Box& bx,
void cond_test_C(const amrex::Box& bx,
const amrex::Real dlogrho, const amrex::Real dlogT, const amrex::Real dmetal,
const plot_t& vars,
Array4<amrex::Real> const sp) {
amrex::Array4<amrex::Real> const sp) {

const int ih1 = network_spec_index("hydrogen-1");
const int ihe4 = network_spec_index("helium-4");
Expand Down

0 comments on commit 7d846d0

Please sign in to comment.