diff options
author | 2022-02-03 18:59:14 +0100 | |
---|---|---|
committer | 2022-02-03 09:59:14 -0800 | |
commit | e7c7d3f2bb859c25299e8676461f81e61c94cd0c (patch) | |
tree | b79f41c26930bc2157d017a960334a3d07c0c437 /Source/Particles/LaserParticleContainer.cpp | |
parent | c3c88dfacf1e4fd4fb2148531e20034eed27b836 (diff) | |
download | WarpX-e7c7d3f2bb859c25299e8676461f81e61c94cd0c.tar.gz WarpX-e7c7d3f2bb859c25299e8676461f81e61c94cd0c.tar.zst WarpX-e7c7d3f2bb859c25299e8676461f81e61c94cd0c.zip |
Fix typo in laser assert (#2824)
Diffstat (limited to 'Source/Particles/LaserParticleContainer.cpp')
-rw-r--r-- | Source/Particles/LaserParticleContainer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Particles/LaserParticleContainer.cpp b/Source/Particles/LaserParticleContainer.cpp index 067ad9bde..858a8735c 100644 --- a/Source/Particles/LaserParticleContainer.cpp +++ b/Source/Particles/LaserParticleContainer.cpp @@ -138,7 +138,7 @@ LaserParticleContainer::LaserParticleContainer (AmrCore* amr_core, int ispecies, AMREX_ALWAYS_ASSERT_WITH_MESSAGE(m_nvec[0] == amrex::Real(0), "Laser propagation direction must be 0 along x in 1D"); AMREX_ALWAYS_ASSERT_WITH_MESSAGE(m_nvec[1] == amrex::Real(0), - "Laser propagation direction must be 0 along y in 2D"); + "Laser propagation direction must be 0 along y in 1D"); #endif // Plane normal |