diff options
author | 2019-05-20 13:42:31 -0700 | |
---|---|---|
committer | 2019-05-20 13:42:31 -0700 | |
commit | 444af25c69c61d24ec1d001cf7dce5ab98b66423 (patch) | |
tree | 708e01bbb0664d16ecbcdf3d1035bbb37a68d125 /Source/Utils/WarpXTagging.cpp | |
parent | 926f38e73acb762e0ae5694a121ae45aef7877fd (diff) | |
download | WarpX-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.cpp | 2 |
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 |