Skip to content

Commit

Permalink
fix compile warning
Browse files Browse the repository at this point in the history
  • Loading branch information
zhichen3 committed Nov 7, 2024
1 parent a697402 commit 00c76bd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Source/gravity/Gravity.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1333,7 +1333,6 @@ Gravity::interpolate_monopole_grav(int level, RealVector& radial_grav, MultiFab&
const auto dx = geom.CellSizeArray();
const Real dr = dx[0] / static_cast<Real>(gravity::drdxfac);

const auto problo = geom.ProbLoArray();
const auto geomdata = geom.data();

#ifdef _OPENMP
Expand Down

0 comments on commit 00c76bd

Please sign in to comment.