aboutsummaryrefslogtreecommitdiff
path: root/Source/Utils/WarpXTagging.cpp
diff options
context:
space:
mode:
authorGravatar Weiqun Zhang <weiqunzhang@lbl.gov> 2019-05-20 13:42:31 -0700
committerGravatar Weiqun Zhang <weiqunzhang@lbl.gov> 2019-05-20 13:42:31 -0700
commit444af25c69c61d24ec1d001cf7dce5ab98b66423 (patch)
tree708e01bbb0664d16ecbcdf3d1035bbb37a68d125 /Source/Utils/WarpXTagging.cpp
parent926f38e73acb762e0ae5694a121ae45aef7877fd (diff)
downloadWarpX-444af25c69c61d24ec1d001cf7dce5ab98b66423.tar.gz
WarpX-444af25c69c61d24ec1d001cf7dce5ab98b66423.tar.zst
WarpX-444af25c69c61d24ec1d001cf7dce5ab98b66423.zip
prepare for upcoming amrex changes in Geometry
Diffstat (limited to 'Source/Utils/WarpXTagging.cpp')
-rw-r--r--Source/Utils/WarpXTagging.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Utils/WarpXTagging.cpp b/Source/Utils/WarpXTagging.cpp
index 21acbefdc..8ea3211a3 100644
--- a/Source/Utils/WarpXTagging.cpp
+++ b/Source/Utils/WarpXTagging.cpp
@@ -9,7 +9,7 @@ using namespace amrex;
void
WarpX::ErrorEst (int lev, TagBoxArray& tags, Real time, int /*ngrow*/)
{
- const Real* problo = Geometry::ProbLo();
+ const Real* problo = Geom(lev).ProbLo();
const Real* dx = Geom(lev).CellSize();
#ifdef _OPENMP