diff options
Diffstat (limited to 'encoder.h')
-rw-r--r-- | encoder.h | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -275,7 +275,10 @@ public: rep_len_prices( rep_len_model, match_len_limit ), pending_num_pairs( 0 ), num_dis_slots( 2 * real_bits( dictionary_size - 1 ) ) - {} + { + trials[1].prev_index = 0; + trials[1].prev_index2 = single_step_trial; + } void reset() { |