Commit 8fbb7032 authored by 潘栩锋's avatar 潘栩锋 🚴

修复 Kundig 自动对位写错 相关性条件

parent 659cddc4
...@@ -512,7 +512,7 @@ namespace Kundig.AirRing.Server ...@@ -512,7 +512,7 @@ namespace Kundig.AirRing.Server
if (maxOffsetHeatThickR != -1) if (maxOffsetHeatThickR != -1)
{ {
if (maxOffsetHeatThickR >= MaxR) if (maxOffsetHeatThickR >= ThresholdR)
{ {
BestOrgBoltNo = maxOffsetHeatThickR_orgBoltNo; BestOrgBoltNo = maxOffsetHeatThickR_orgBoltNo;
BestKp = Math.Round(maxOffsetHeatThickR_kp,1); BestKp = Math.Round(maxOffsetHeatThickR_kp,1);
......
Subproject commit 833f02d392dd569f8a892c37afcf7aa74e13d559 Subproject commit 735de845fef1bf1ba3b972eeee8b3e6e0eb1ac74
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment