diff options
Diffstat (limited to 'Source/Laser/LaserParticleContainer.cpp')
-rw-r--r-- | Source/Laser/LaserParticleContainer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Laser/LaserParticleContainer.cpp b/Source/Laser/LaserParticleContainer.cpp index a8847c79a..6100a4408 100644 --- a/Source/Laser/LaserParticleContainer.cpp +++ b/Source/Laser/LaserParticleContainer.cpp @@ -407,7 +407,7 @@ LaserParticleContainer::Evolve (int lev, BL_ASSERT(OnSameGrids(lev,jx)); - amrex::Vector<amrex::Real>* cost = WarpX::getCosts(lev); + amrex::LayoutData<amrex::Real>* cost = WarpX::getCosts(lev); #ifdef _OPENMP #pragma omp parallel |