Skip to content

Commit

Permalink
fix incorrect rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
RevathiJambunathan committed Nov 27, 2023
1 parent 39efcad commit 12b4153
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Source/WarpX.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ using namespace amrex;
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;
std::string WarpX::E_ext_grid_s;
bool WarpX::add_external_E_field = false;
Expand Down

0 comments on commit 12b4153

Please sign in to comment.