diff options
Diffstat (limited to 'Source/WarpXBoostedFrameDiagnostic.H')
-rw-r--r-- | Source/WarpXBoostedFrameDiagnostic.H | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/WarpXBoostedFrameDiagnostic.H b/Source/WarpXBoostedFrameDiagnostic.H index a5f0bd7ff..96a77f182 100644 --- a/Source/WarpXBoostedFrameDiagnostic.H +++ b/Source/WarpXBoostedFrameDiagnostic.H @@ -67,8 +67,8 @@ class BoostedFrameDiagnostic { int boost_direction_; amrex::Vector<std::unique_ptr<amrex::MultiFab> > data_buffer_; - int num_buffer_ = 32; - int max_box_size_ = 64; + int num_buffer_ = 256; + int max_box_size_ = 256; amrex::Vector<int> buff_counter_; amrex::Vector<LabSnapShot> snapshots_; |