Commit 41b1b50e authored by Andrey Filippov's avatar Andrey Filippov

fixed bug from merging

parent 252ebe07
...@@ -213,7 +213,7 @@ public class LwirReaderParameters { ...@@ -213,7 +213,7 @@ public class LwirReaderParameters {
(lrp.max_mismatch_ms == this.max_mismatch_ms) && (lrp.max_mismatch_ms == this.max_mismatch_ms) &&
(lrp.max_frame_diff == this.max_frame_diff) && (lrp.max_frame_diff == this.max_frame_diff) &&
(lrp.debug_level == this.debug_level) && (lrp.debug_level == this.debug_level) &&
(java.util.Arrays.equals(lrp.selected_channels, this.selected_channels)); (java.util.Arrays.equals(lrp.selected_channels, this.selected_channels)) &&
(lrp.show_images == this.show_images); (lrp.show_images == this.show_images);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment