From b672c51c18558b6dfa7911b73613839d528cc8a2 Mon Sep 17 00:00:00 2001 From: Ilian Kara-Mostefa <95044023+IlianCS@users.noreply.github.com> Date: Wed, 16 Aug 2023 14:04:37 -0700 Subject: fix time update (#4184) --- Source/Particles/LaserParticleContainer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/Particles/LaserParticleContainer.cpp') 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)); -- cgit v1.2.3