Skip to content

Commit

Permalink
fix compile
Browse files Browse the repository at this point in the history
  • Loading branch information
zhichen3 committed Nov 7, 2024
1 parent dbd972b commit ec20cb7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Source/driver/Castro.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3639,10 +3639,9 @@ Castro::apply_tagging_restrictions(TagBoxArray& tags, [[maybe_unused]] Real time
{
const Real* problo = geomdata.ProbLo();
const Real* probhi = geomdata.ProbHi();
const Real* dx = geomdata.CellSize();

GpuArray<Real, 3> loc;

position(i, j, k, geomdata, loc);
Real r = distance(geomdata, loc);

Real max_dist_lo = 0.0;
Expand Down

0 comments on commit ec20cb7

Please sign in to comment.