From e7c7d3f2bb859c25299e8676461f81e61c94cd0c Mon Sep 17 00:00:00 2001 From: Neïl Zaim <49716072+NeilZaim@users.noreply.github.com> Date: Thu, 3 Feb 2022 18:59:14 +0100 Subject: Fix typo in laser assert (#2824) --- 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 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 -- cgit v1.2.3