diff options
author | 2017-03-23 15:12:26 -0700 | |
---|---|---|
committer | 2017-03-23 15:12:26 -0700 | |
commit | 55fae0804b706233735626e6b4e2f83f0f1aa36c (patch) | |
tree | 71e7f9e045e2d11e1f9ebbdfbeb94a3be3ee481e /Source/WarpX_py.cpp | |
parent | eb038e19a18817e58766dc1d96556e00c1702923 (diff) | |
download | WarpX-55fae0804b706233735626e6b4e2f83f0f1aa36c.tar.gz WarpX-55fae0804b706233735626e6b4e2f83f0f1aa36c.tar.zst WarpX-55fae0804b706233735626e6b4e2f83f0f1aa36c.zip |
forgot some files
Diffstat (limited to 'Source/WarpX_py.cpp')
-rw-r--r-- | Source/WarpX_py.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Source/WarpX_py.cpp b/Source/WarpX_py.cpp new file mode 100644 index 000000000..8da36142b --- /dev/null +++ b/Source/WarpX_py.cpp @@ -0,0 +1,6 @@ +#include <WarpX_py.H> + +extern "C" { + WARPX_CALLBACK_PY_FUNC_1 warpx_py_print_step; +} + |