aboutsummaryrefslogtreecommitdiff
path: root/Source/WarpX.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WarpX.cpp')
-rw-r--r--Source/WarpX.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WarpX.cpp b/Source/WarpX.cpp
index b84dec4e0..f9dc6fd4a 100644
--- a/Source/WarpX.cpp
+++ b/Source/WarpX.cpp
@@ -94,7 +94,7 @@ IntVect WarpX::jz_nodal_flag(1,0); // z is the second dimension to 2D AMReX
int WarpX::n_field_gather_buffer = 0;
int WarpX::n_current_deposition_buffer = -1;
-int WarpX::do_nodal = 0;
+int WarpX::do_nodal = false;
WarpX* WarpX::m_instance = nullptr;