Skip to content

Commit

Permalink
[Amibe] Square QEMDecimateHalfEdge.toleranceFactor
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromerobert committed Dec 14, 2018
1 parent 181b4e4 commit b0f5de1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ public void setAnalyticMetric(int groupId, MetricSupport.AnalyticMetricInterface
* provided the effective tolerance is the metric multiplied by this value.
*/
public void setToleranceFactor(double toleranceFactor) {
this.toleranceFactor = toleranceFactor;
this.toleranceFactor = toleranceFactor * toleranceFactor;
}

@Override
Expand Down

0 comments on commit b0f5de1

Please sign in to comment.