tangxu
2024-02-28 f9acbc64359c08113ee6781adfe7cc683d0b5186
Calc/IStation.Calc.ErQu/计算基类/ErQuCalcBaseHelper_水库.cs
@@ -117,7 +117,7 @@
            double out_total_flow = GetReservoirDropFlowTotalByTimeIndex(end_time_index) -
                GetReservoirDropFlowTotalByTimeIndex(start_time_index);
            return IStation.Common.ReservoirParasHelper.CalcLevel(start_level, in_total_flow - out_total_flow);
            return IStation.Calc.ErQu.GlobalParas.CalcLevel(start_level, in_total_flow - out_total_flow);
        }
        /// <summary>
        /// 
@@ -131,7 +131,7 @@
             double in_total_flow,
             double start_level)
        {
            return IStation.Common.ReservoirParasHelper.CalcLevel(start_level, in_total_flow - out_total_flow);
            return IStation.Calc.ErQu.GlobalParas.CalcLevel(start_level, in_total_flow - out_total_flow);
        }
        /// <summary>