代码修改

This commit is contained in:
2023-03-29 13:54:08 +08:00
parent 0a5573804c
commit 9afc84245c
6 changed files with 35 additions and 41 deletions

View File

@@ -227,6 +227,9 @@ public class COverlimit {
case "515kV":
uL = 535.0f;
break;
case "800kV":
uL = 825.0f;
break;
default:
return 0.0f;
}