mirror of
https://github.com/apache/commons-math.git
synced 2025-02-08 11:05:56 +00:00
Copy/paste bug.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1150089 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b05a3cdbae
commit
e99ab8489c
@ -73,7 +73,6 @@ public class RegulaFalsiSolver extends BaseSecantSolver {
|
||||
public RegulaFalsiSolver(final double relativeAccuracy,
|
||||
final double absoluteAccuracy,
|
||||
final double functionValueAccuracy) {
|
||||
super(relativeAccuracy, absoluteAccuracy, functionValueAccuracy, Method.PEGASUS);
|
||||
super(relativeAccuracy, absoluteAccuracy, functionValueAccuracy, Method.REGULA_FALSI);
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user