diff options
Diffstat (limited to 'library/cpp/histogram/adaptive/protos')
-rw-r--r-- | library/cpp/histogram/adaptive/protos/histo.proto | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/histogram/adaptive/protos/histo.proto b/library/cpp/histogram/adaptive/protos/histo.proto index 2999ca72f3..8961fef022 100644 --- a/library/cpp/histogram/adaptive/protos/histo.proto +++ b/library/cpp/histogram/adaptive/protos/histo.proto @@ -17,7 +17,7 @@ enum EHistogramType { HT_ADAPTIVE_DISTANCE_HISTOGRAM = 2; HT_ADAPTIVE_WEIGHT_HISTOGRAM = 3; HT_ADAPTIVE_HISTOGRAM = 4; // if the quality function is unknown - HT_ADAPTIVE_WARD_HISTOGRAM = 5; + HT_ADAPTIVE_WARD_HISTOGRAM = 5; } message THistogram { |