aboutsummaryrefslogtreecommitdiff
path: root/Source/PhysicalParticleContainer.H
diff options
context:
space:
mode:
authorGravatar Weiqun Zhang <weiqunzhang@lbl.gov> 2018-10-26 10:48:23 -0700
committerGravatar Weiqun Zhang <weiqunzhang@lbl.gov> 2018-10-26 10:48:23 -0700
commitf14a9bb95b2b9f7bb71b06daf7ce7e4ad1ff0c7c (patch)
tree78f1cc8ae3ed551d4b3dd76b72e589d42561eb46 /Source/PhysicalParticleContainer.H
parent8642045c0f27a087430a0a1083db7fb678e8fe2a (diff)
downloadWarpX-f14a9bb95b2b9f7bb71b06daf7ce7e4ad1ff0c7c.tar.gz
WarpX-f14a9bb95b2b9f7bb71b06daf7ce7e4ad1ff0c7c.tar.zst
WarpX-f14a9bb95b2b9f7bb71b06daf7ce7e4ad1ff0c7c.zip
update according to amrex changes
Diffstat (limited to 'Source/PhysicalParticleContainer.H')
-rw-r--r--Source/PhysicalParticleContainer.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/PhysicalParticleContainer.H b/Source/PhysicalParticleContainer.H
index 16c1c6141..42ccdf065 100644
--- a/Source/PhysicalParticleContainer.H
+++ b/Source/PhysicalParticleContainer.H
@@ -111,7 +111,7 @@ protected:
const amrex::RealBox& particle_real_box);
void AddPlasmaCPU (int lev, amrex::RealBox part_realbox);
-#ifdef AMREX_USE_CUDA
+#ifdef AMREX_USE_GPU
void AddPlasmaGPU (int lev, amrex::RealBox part_realbox);
#endif
int GetRefineFac(const amrex::Real x, const amrex::Real y, const amrex::Real z);