diff options
author | 2020-01-06 17:33:04 -0800 | |
---|---|---|
committer | 2020-01-06 17:33:04 -0800 | |
commit | 1ef0e65b956b8c6cf789c3a9ef9b565a221cce49 (patch) | |
tree | b151d9db40de1fa4bf10ab5c9b9bc685ee158460 /Source/Initialization/WarpXInitData.cpp | |
parent | a8b92c298b3c74d61b3dc3b1b3ddfa3f85b534f7 (diff) | |
download | WarpX-1ef0e65b956b8c6cf789c3a9ef9b565a221cce49.tar.gz WarpX-1ef0e65b956b8c6cf789c3a9ef9b565a221cce49.tar.zst WarpX-1ef0e65b956b8c6cf789c3a9ef9b565a221cce49.zip |
fixing style
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") { |