diff options
author | 2017-03-27 09:03:54 -0700 | |
---|---|---|
committer | 2017-03-27 09:03:54 -0700 | |
commit | 6fc628adcd78641f3e98f35e1b300f28946c1237 (patch) | |
tree | 76f4e3844ac1f957abe967389dd045d767440eb6 /Python/WarpXProb.cpp | |
parent | 640c2f82ce68cb68da905fb9f043b85b3428e8ab (diff) | |
download | WarpX-6fc628adcd78641f3e98f35e1b300f28946c1237.tar.gz WarpX-6fc628adcd78641f3e98f35e1b300f28946c1237.tar.zst WarpX-6fc628adcd78641f3e98f35e1b300f28946c1237.zip |
clean up WarpXProb.cpp
Diffstat (limited to 'Python/WarpXProb.cpp')
-rw-r--r-- | Python/WarpXProb.cpp | 17 |
1 files changed, 0 insertions, 17 deletions
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 <WarpX.H> - -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); - } -} |