diff --git a/src/weight_windows.cpp b/src/weight_windows.cpp index 32886436a..e742d48c3 100644 --- a/src/weight_windows.cpp +++ b/src/weight_windows.cpp @@ -260,6 +260,7 @@ WeightWindow WeightWindows::get_weight_window(const Particle& p) const ww.lower_weight = lower_ww_[ww_index]; ww.upper_weight = upper_ww_[ww_index]; ww.survival_weight = ww.lower_weight * survival_ratio_; + ww.max_lb_ratio = max_lb_ratio_; ww.max_split = max_split_; ww.weight_cutoff = weight_cutoff_; return ww;