Replaced non-ASCII character in comment.

This commit is contained in:
Gilles Sadowski 2020-10-21 01:40:38 +02:00
parent e0b2efc2ac
commit 053154b621
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ public class MidPointIntegrator extends BaseAbstractUnivariateIntegrator {
// generated when each previous integration slice is split into 3.
//
// |--------x--------|
// |--x--|--x--|--x-|
// |--x--|--x--|--x--|
sum += computeObjectiveValue(x + leftOffset);
sum += computeObjectiveValue(x + rightOffset);
x += spacing;