aboutsummaryrefslogtreecommitdiff
path: root/Source/Particles/LaserParticleContainer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Particles/LaserParticleContainer.cpp')
-rw-r--r--Source/Particles/LaserParticleContainer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Particles/LaserParticleContainer.cpp b/Source/Particles/LaserParticleContainer.cpp
index f451634f8..ff11d1a30 100644
--- a/Source/Particles/LaserParticleContainer.cpp
+++ b/Source/Particles/LaserParticleContainer.cpp
@@ -576,7 +576,7 @@ LaserParticleContainer::Evolve (int lev,
}
// Update laser profile
- m_up_laser_profile->update(t);
+ m_up_laser_profile->update(t_lab);
BL_ASSERT(OnSameGrids(lev,jx));