aboutsummaryrefslogtreecommitdiff
path: root/Source/WarpX.H
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WarpX.H')
-rw-r--r--Source/WarpX.H1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/WarpX.H b/Source/WarpX.H
index 09901dcb1..16c397377 100644
--- a/Source/WarpX.H
+++ b/Source/WarpX.H
@@ -282,6 +282,7 @@ public:
void ClearSliceMultiFabs ();
static int num_slice_snapshots_lab;
static amrex::Real dt_slice_snapshots_lab;
+ static amrex::Real particle_slice_width_lab;
amrex::RealBox getSliceRealBox() const {return slice_realbox;}
// these should be private, but can't due to Cuda limitations