From 55fae0804b706233735626e6b4e2f83f0f1aa36c Mon Sep 17 00:00:00 2001 From: Weiqun Zhang Date: Thu, 23 Mar 2017 15:12:26 -0700 Subject: forgot some files --- Source/WarpX_py.cpp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Source/WarpX_py.cpp (limited to 'Source/WarpX_py.cpp') 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 + +extern "C" { + WARPX_CALLBACK_PY_FUNC_1 warpx_py_print_step; +} + -- cgit v1.2.3