Skip to content

Commit

Permalink
fix oops
Browse files Browse the repository at this point in the history
  • Loading branch information
asalmgren committed Dec 10, 2023
1 parent fe57f74 commit 9256cda
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Source/Derive.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ void erf_derrhodivide (
const amrex::Real rho = dat(i, j, k, Rho_comp);
const amrex::Real conserved = dat(i, j, k, scalar_index);
primitive(i,j,k) = conserved / rho;
if (i == 30 and j == 30 and k == 2) amrex::Print() << " DERIVE " << scalar_index << " " << conserved << " " << primitive(i,j,k) << std::endl;
});
}

Expand Down

0 comments on commit 9256cda

Please sign in to comment.