Skip to content

Commit d164850

Browse files
committed
Clean up.
1 parent 05b0257 commit d164850

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/main/java/net/finmath/finitedifference/models/FDMConstantElasticityOfVarianceModel.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,6 @@ public double getNumStandardDeviations() {
105105
return numStandardDeviations;
106106
}
107107

108-
/* (non-Javadoc)
109-
* @see net.finmath.finitedifference.models.FiniteDifference1DModel#valueOptionWithThetaMethod(net.finmath.finitedifference.products.FDMEuropeanCallOption, double)
110-
*/
111108
@Override
112109
public double[][] getValue(double evaluationTime, double time, DoubleUnaryOperator values, FiniteDifference1DBoundary boundary) {
113110
final FDMThetaMethod solver = new FDMThetaMethod(this, boundary, time, center, theta);

0 commit comments

Comments
 (0)