aboutsummaryrefslogtreecommitdiff
path: root/Source/WarpX.H
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WarpX.H')
-rw-r--r--Source/WarpX.H6
1 files changed, 1 insertions, 5 deletions
diff --git a/Source/WarpX.H b/Source/WarpX.H
index 2c47c193f..1549dded2 100644
--- a/Source/WarpX.H
+++ b/Source/WarpX.H
@@ -86,15 +86,11 @@ public:
//! Author of an input file / simulation setup
static std::string authors;
- // External fields added to particle fields.
- static amrex::Vector<amrex::Real> B_external_particle;
- static amrex::Vector<amrex::Real> E_external_particle;
-
// Initial field on the grid.
static amrex::Vector<amrex::Real> E_external_grid;
static amrex::Vector<amrex::Real> B_external_grid;
- // Initialization Type for External E and B
+ // Initialization Type for External E and B on grid
static std::string B_ext_grid_s;
static std::string E_ext_grid_s;