lx
2025-07-07 c3904896ecb869d4147b749b00db9e88736bf444
ErrorAnalysis.Service/COMergeCalcService.cs
@@ -22,12 +22,17 @@
        const int _oWinStartIndex = (int)(4.88 / _gg + _offset); // org
        const int _oWinEndIndex = (int)(6.36 / _gg + _offset); // width = 6.36-4.88=1.48
        private static double GetInterplolateResult(RepositoryBase repos, string modelId, double porosity, double sw, double speed)
        private static double GetFarInterplolateResult(COFarResultRepository repos, string modelId, double porosity, double sw, double speed, double depth)
        {
        }
        public static double GetFarMergeCResult(string connectionString, string modelId, double porosity, double sw, double speed)
        private static double GetNearInterplolateResult(COFarResultRepository repos, string modelId, double porosity, double sw, double speed, double depth)
        {
        }
        public static double GetFarMergeCResult(string connectionString, string modelId, double porosity, double sw, double speed, double depth)
        {
            if (porosity > 40)
                throw new InvalidDataException("Porosity value out of range!");