aboutsummaryrefslogtreecommitdiff
path: root/Source/WarpX.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WarpX.cpp')
-rw-r--r--Source/WarpX.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WarpX.cpp b/Source/WarpX.cpp
index 9c9091cb7..6339a5697 100644
--- a/Source/WarpX.cpp
+++ b/Source/WarpX.cpp
@@ -992,7 +992,7 @@ WarpX::ReadParameters ()
WarpX::field_boundary_hi[zdir] == FieldBoundaryType::Damped ) {
AMREX_ALWAYS_ASSERT_WITH_MESSAGE(
WarpX::field_boundary_lo[zdir] == WarpX::field_boundary_hi[zdir],
- "field boundary in both lo and high must be set to Damped for PSATD"
+ "field boundary in both lo and hi must be set to Damped for PSATD"
);
}
}