diff options
Diffstat (limited to 'Source/Particles/LaserParticleContainer.cpp')
-rw-r--r-- | Source/Particles/LaserParticleContainer.cpp | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/Source/Particles/LaserParticleContainer.cpp b/Source/Particles/LaserParticleContainer.cpp index 6fb8aa974..0f0259438 100644 --- a/Source/Particles/LaserParticleContainer.cpp +++ b/Source/Particles/LaserParticleContainer.cpp @@ -319,12 +319,8 @@ LaserParticleContainer::ContinuousInjection (const RealBox& injection_box) } } -/* \brief update position of the antenna if running in boosted frame. - * \param dt time step (level 0). - * The up-to-date antenna position is stored in updated_position. - */ void -LaserParticleContainer::UpdateContinuousInjectionPosition (Real dt) +LaserParticleContainer::UpdateAntennaPosition (const amrex::Real dt) { if (!m_enabled) return; |