diff options
author | 2020-01-09 17:35:48 -0800 | |
---|---|---|
committer | 2020-01-09 17:35:48 -0800 | |
commit | c2b1b20cd17f0ee72d2d51575815d02c548c2a7d (patch) | |
tree | 2a8cbeba178701c31b1600f4be389d06a8859c3c /Source/WarpX.cpp | |
parent | deaa581cdc5dcb978057b07a52e49680f805cf72 (diff) | |
download | WarpX-c2b1b20cd17f0ee72d2d51575815d02c548c2a7d.tar.gz WarpX-c2b1b20cd17f0ee72d2d51575815d02c548c2a7d.tar.zst WarpX-c2b1b20cd17f0ee72d2d51575815d02c548c2a7d.zip |
removing tabs
Diffstat (limited to 'Source/WarpX.cpp')
-rw-r--r-- | Source/WarpX.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/WarpX.cpp b/Source/WarpX.cpp index 5b06fc4c2..fd18a4fd9 100644 --- a/Source/WarpX.cpp +++ b/Source/WarpX.cpp @@ -350,13 +350,13 @@ WarpX::ReadParameters () // then the values for the external B on particles must // be provided in the input file. if (B_ext_particle_s == "constant") - pp.getarr("B_external_particle", B_external_particle); + pp.getarr("B_external_particle", B_external_particle); // if the input string for E_external on particles is "constant" // then the values for the external E on particles must // be provided in the input file. if (E_ext_particle_s == "constant") - pp.getarr("E_external_particle", E_external_particle); + pp.getarr("E_external_particle", E_external_particle); if (B_ext_particle_s == "parse_b_ext_particle_function") { // store the mathematical expression as string |