aboutsummaryrefslogtreecommitdiff
path: root/Source/WarpX.cpp
diff options
context:
space:
mode:
authorGravatar RevathiJambunathan <revanathan@gmail.com> 2020-01-09 17:38:01 -0800
committerGravatar RevathiJambunathan <revanathan@gmail.com> 2020-01-09 17:38:01 -0800
commitcff3694f78d67ec174718a851796d604917f2895 (patch)
treec216a302d0bc2d5007c73874f6a2899dfe3b1ac0 /Source/WarpX.cpp
parentc2b1b20cd17f0ee72d2d51575815d02c548c2a7d (diff)
downloadWarpX-cff3694f78d67ec174718a851796d604917f2895.tar.gz
WarpX-cff3694f78d67ec174718a851796d604917f2895.tar.zst
WarpX-cff3694f78d67ec174718a851796d604917f2895.zip
removing EOL whitespace
Diffstat (limited to 'Source/WarpX.cpp')
-rw-r--r--Source/WarpX.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/Source/WarpX.cpp b/Source/WarpX.cpp
index fd18a4fd9..9be46154c 100644
--- a/Source/WarpX.cpp
+++ b/Source/WarpX.cpp
@@ -350,14 +350,14 @@ 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
Store_parserString(pp, "Bx_external_particle_function(x,y,z)",
@@ -383,14 +383,14 @@ WarpX::ReadParameters ()
str_Ey_ext_particle_function);
Store_parserString(pp, "Ez_external_particle_function(x,y,z)",
str_Ez_ext_particle_function);
-
+
Ex_particle_parser.reset(new ParserWrapper(
makeParser(str_Ex_ext_particle_function)));
Ey_particle_parser.reset(new ParserWrapper(
makeParser(str_Ey_ext_particle_function)));
Ez_particle_parser.reset(new ParserWrapper(
makeParser(str_Ez_ext_particle_function)));
- }
+ }
pp.query("do_moving_window", do_moving_window);
if (do_moving_window)