mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 18:50:44 +00:00
Fix minor error on Welcome page
This commit is contained in:
parent
93e7dc1862
commit
4b1a039acb
@ -308,7 +308,7 @@ QString Welcome::GenerateCPAPHTML()
|
|||||||
comp = under;
|
comp = under;
|
||||||
} else if ((leak > leakdays) && ((leak - leakdays) >= 0.1)) {
|
} else if ((leak > leakdays) && ((leak - leakdays) >= 0.1)) {
|
||||||
comp = over;
|
comp = over;
|
||||||
} else if ((fabs(ahi > ahidays) >= 0.01) ) {
|
} else if ((fabs(leak - leakdays) >= 0.01) ) {
|
||||||
comp = close;
|
comp = close;
|
||||||
} else {
|
} else {
|
||||||
comp = equal;
|
comp = equal;
|
||||||
|
Loading…
Reference in New Issue
Block a user