diff options
Diffstat (limited to 'Source/Initialization/WarpXInitData.cpp')
-rw-r--r-- | Source/Initialization/WarpXInitData.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Initialization/WarpXInitData.cpp b/Source/Initialization/WarpXInitData.cpp index 7a31267c1..2390ee4ec 100644 --- a/Source/Initialization/WarpXInitData.cpp +++ b/Source/Initialization/WarpXInitData.cpp @@ -286,8 +286,8 @@ WarpX::InitLevelData (int lev, Real time) } } - // if the input string is "constant", the values for the - // external field on the grid must be provided in the input file. + // if the input string is "constant", the values for the + // external field on the grid must be provided in the input file. if (B_ext_grid_s == "parse_b_ext_grid_function") { |