aboutsummaryrefslogtreecommitdiff
path: root/Source/WarpX_py.cpp
diff options
context:
space:
mode:
authorGravatar MaxThevenet <mthevenet@lbl.gov> 2019-02-12 10:42:13 -0800
committerGravatar MaxThevenet <mthevenet@lbl.gov> 2019-02-12 10:42:13 -0800
commiteb07f18b380cb6b7205c05e7828f00a0fa2b8161 (patch)
treecbb167e4b8fd3b49ee67ec7f7857e3541e13f7d4 /Source/WarpX_py.cpp
parented342beeed6f6ed30fe6c4ff5eff502d973fa4d7 (diff)
downloadWarpX-eb07f18b380cb6b7205c05e7828f00a0fa2b8161.tar.gz
WarpX-eb07f18b380cb6b7205c05e7828f00a0fa2b8161.tar.zst
WarpX-eb07f18b380cb6b7205c05e7828f00a0fa2b8161.zip
re-order tree structure of source code
Diffstat (limited to 'Source/WarpX_py.cpp')
-rw-r--r--Source/WarpX_py.cpp19
1 files changed, 0 insertions, 19 deletions
diff --git a/Source/WarpX_py.cpp b/Source/WarpX_py.cpp
deleted file mode 100644
index 276d637d7..000000000
--- a/Source/WarpX_py.cpp
+++ /dev/null
@@ -1,19 +0,0 @@
-#include <WarpX_py.H>
-
-extern "C" {
-
- WARPX_CALLBACK_PY_FUNC_0 warpx_py_afterinit = nullptr;
- WARPX_CALLBACK_PY_FUNC_0 warpx_py_beforeEsolve = nullptr;
- WARPX_CALLBACK_PY_FUNC_0 warpx_py_afterEsolve = nullptr;
- WARPX_CALLBACK_PY_FUNC_0 warpx_py_beforedeposition = nullptr;
- WARPX_CALLBACK_PY_FUNC_0 warpx_py_afterdeposition = nullptr;
- WARPX_CALLBACK_PY_FUNC_0 warpx_py_particlescraper = nullptr;
- WARPX_CALLBACK_PY_FUNC_0 warpx_py_particleloader = nullptr;
- WARPX_CALLBACK_PY_FUNC_0 warpx_py_beforestep = nullptr;
- WARPX_CALLBACK_PY_FUNC_0 warpx_py_afterstep = nullptr;
- WARPX_CALLBACK_PY_FUNC_0 warpx_py_afterrestart = nullptr;
- WARPX_CALLBACK_PY_FUNC_0 warpx_py_particleinjection = nullptr;
- WARPX_CALLBACK_PY_FUNC_0 warpx_py_appliedfields = nullptr;
-
-}
-