Use fabs() in calcPerform

This commit is contained in:
Andrew Johnson
2016-05-24 11:12:25 +02:00
parent 6c9555310a
commit a5b8b0b890

View File

@@ -155,7 +155,7 @@ epicsShareFunc long
break;
case ABS_VAL:
if (*ptop < 0.0) *ptop = - *ptop;
*ptop = fabs(*ptop);
break;
case EXP: