Skip to content

Commit 067f3c0

Browse files
author
Arthur Glowacki
committed
Fixed but in integrate lcp and rcp spectra
1 parent 3354f30 commit 067f3c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/data_struct/spectra_volume.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,8 @@ bool Spectra_Volume<T_real>::integrate_polar(Spectra<T_real> &lhs, Spectra<T_rea
176176
rhs_in_cnt += _data_vol[i][j].input_counts();
177177
rhs_out_cnt += _data_vol[i][j].output_counts();
178178
}
179-
lhs_now = !lhs_now;
180179
}
180+
lhs_now = !lhs_now;
181181
}
182182

183183
lhs.elapsed_livetime(lhs_elt);

0 commit comments

Comments
 (0)