aboutsummaryrefslogtreecommitdiff
path: root/Source/WarpX.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WarpX.cpp')
-rw-r--r--Source/WarpX.cpp4
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