From 1640d9f365bd0bb81405c880cb1bb5b75e06f9a5 Mon Sep 17 00:00:00 2001 From: vchikalkin Date: Fri, 16 Aug 2024 15:05:19 +0300 Subject: [PATCH] =?UTF-8?q?fix:=20=D0=BF=D0=BB=D0=B0=D0=B2=D0=B0=D1=8E?= =?UTF-8?q?=D1=89=D0=B5=D0=B9=20=D1=81=D1=82=D0=B0=D0=B2=D0=BA=D0=B8=20?= =?UTF-8?q?=D0=B4=D0=BB=D1=8F=20=D0=B4=D0=B5=D0=B3=D1=80=D0=B5=D1=81=D1=81?= =?UTF-8?q?=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../v2/Columns/Next/SumIRRColumn/SumIRRColumnVT2.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/EvoCalculator.Core.PostCalculation/v2/Columns/Next/SumIRRColumn/SumIRRColumnVT2.cs b/EvoCalculator.Core.PostCalculation/v2/Columns/Next/SumIRRColumn/SumIRRColumnVT2.cs index 1a01653..cf7650f 100644 --- a/EvoCalculator.Core.PostCalculation/v2/Columns/Next/SumIRRColumn/SumIRRColumnVT2.cs +++ b/EvoCalculator.Core.PostCalculation/v2/Columns/Next/SumIRRColumn/SumIRRColumnVT2.cs @@ -152,8 +152,7 @@ namespace EvoCalculator.Core.PostCalculation.v2.Columns.Next goalSeek.SeekResult(requiredValue + 0.00001m, new GoalSeekOptions( startingStabPoint: - (_nextValues.BaseCost - _currentTablePayments[0].SumPayment) / - (_preparedValues.Nmper.Next - 1), + _currentTablePayments[_preparedValues.EditPaymentNumber].SumPayment, maximumAttempts: 1000, initialTineSpacing: 100 // , focusPercentage: 50