From 6fc628adcd78641f3e98f35e1b300f28946c1237 Mon Sep 17 00:00:00 2001 From: Weiqun Zhang Date: Mon, 27 Mar 2017 09:03:54 -0700 Subject: clean up WarpXProb.cpp --- Python/WarpXProb.cpp | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 Python/WarpXProb.cpp (limited to 'Python/WarpXProb.cpp') diff --git a/Python/WarpXProb.cpp b/Python/WarpXProb.cpp deleted file mode 100644 index 722b2931e..000000000 --- a/Python/WarpXProb.cpp +++ /dev/null @@ -1,17 +0,0 @@ - -// -// Each problem must have its own version of WarpX::InitLevelData(int lev) -// to initialize the field data on this level. -// - -#include - -void -WarpX::InitLevelData (int lev) -{ - for (int i = 0; i < 3; ++i) { - current[lev][i]->setVal(0.0); - Efield[lev][i]->setVal(0.0); - Bfield[lev][i]->setVal(0.0); - } -} -- cgit v1.2.3