aboutsummaryrefslogtreecommitdiff
path: root/Source/WarpX_py.cpp
diff options
context:
space:
mode:
authorGravatar Weiqun Zhang <weiqunzhang@lbl.gov> 2017-03-23 15:32:19 -0700
committerGravatar Weiqun Zhang <weiqunzhang@lbl.gov> 2017-03-23 15:32:19 -0700
commita6698c6c64dccb31f53419580c14cd874bd40ed4 (patch)
treedb2acf0e3dcd6817d39fdf135ed0acfc29baec52 /Source/WarpX_py.cpp
parent55fae0804b706233735626e6b4e2f83f0f1aa36c (diff)
downloadWarpX-a6698c6c64dccb31f53419580c14cd874bd40ed4.tar.gz
WarpX-a6698c6c64dccb31f53419580c14cd874bd40ed4.tar.zst
WarpX-a6698c6c64dccb31f53419580c14cd874bd40ed4.zip
use nullptr instead of macro
Diffstat (limited to 'Source/WarpX_py.cpp')
-rw-r--r--Source/WarpX_py.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WarpX_py.cpp b/Source/WarpX_py.cpp
index 8da36142b..8f7b36e45 100644
--- a/Source/WarpX_py.cpp
+++ b/Source/WarpX_py.cpp
@@ -1,6 +1,6 @@
#include <WarpX_py.H>
extern "C" {
- WARPX_CALLBACK_PY_FUNC_1 warpx_py_print_step;
+ WARPX_CALLBACK_PY_FUNC_1 warpx_py_print_step = nullptr;
}