Skip to content

Commit

Permalink
no need for a default
Browse files Browse the repository at this point in the history
  • Loading branch information
RevathiJambunathan committed Nov 15, 2023
1 parent a02b3b6 commit 2c03cc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/WarpX.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ Vector<Real> WarpX::E_external_grid(3, 0.0);
Vector<Real> WarpX::B_external_grid(3, 0.0);

std::string WarpX::authors;
std::string WarpX::B_ext_grid_s = "default";
std::string WarpX::E_ext_grid_s = "default";
std::string WarpX::B_ext_grid_s;
std::string WarpX::E_ext_grid_s;
bool WarpX::add_external_E_field = false;
bool WarpX::add_external_B_field = false;

Expand Down

0 comments on commit 2c03cc7

Please sign in to comment.