取消6个物性参数计算
This commit is contained in:
@@ -448,20 +448,20 @@ namespace CapMachine.Wpf.Services
|
||||
// 处理 err2
|
||||
}
|
||||
|
||||
if (TryUpdateThermodynamicSixResults(out var thermoErr))
|
||||
{
|
||||
if (!string.IsNullOrWhiteSpace(thermoErr))
|
||||
{
|
||||
Logger?.Error($"六个物性结果计算警告: {thermoErr}");
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
if (!string.IsNullOrWhiteSpace(thermoErr))
|
||||
{
|
||||
Logger?.Error($"六个物性结果计算失败: {thermoErr}");
|
||||
}
|
||||
}
|
||||
//if (TryUpdateThermodynamicSixResults(out var thermoErr))
|
||||
//{
|
||||
// if (!string.IsNullOrWhiteSpace(thermoErr))
|
||||
// {
|
||||
// Logger?.Error($"六个物性结果计算警告: {thermoErr}");
|
||||
// }
|
||||
//}
|
||||
//else
|
||||
//{
|
||||
// if (!string.IsNullOrWhiteSpace(thermoErr))
|
||||
// {
|
||||
// Logger?.Error($"六个物性结果计算失败: {thermoErr}");
|
||||
// }
|
||||
//}
|
||||
|
||||
}
|
||||
catch (Exception ex)
|
||||
|
||||
Reference in New Issue
Block a user