Skip to content

Commit

Permalink
fix inv.op
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonBin committed Jan 29, 2016
1 parent 376146e commit 77fb1cc
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -80,6 +80,7 @@ public void setGuaranteeLength(boolean guaranteeLength) {

public OperatorInverter(LengthLimitedRefinementOperator operator) {
this.operator = operator;
this.lengthMetric = operator.getLengthMetric();
}

public OperatorInverter() {
Expand Down

0 comments on commit 77fb1cc

Please sign in to comment.