Change PCV settings from fraction to percent

This commit is contained in:
Lew Rossman
2023-08-17 14:54:59 -04:00
parent 4577af9b19
commit 6aa2a21327
4 changed files with 17 additions and 12 deletions

View File

@@ -550,7 +550,7 @@ int valvedata(Project *pr)
if (c == 0) return setError(parser, 7, 206);
losscurve = c;
net->Curve[c].Type = VALVE_CURVE;
if (setting > 1.0) setting = 1.0;
if (setting > 100.0) setting = 100.0;
}
// Check for illegal connections