Bug #1015
rtrend variables have extra space at the end
Status:
New
Priority:
Normal
Assignee:
-
Start date:
01/03/2019
Due date:
% Done:
0%
Estimated time:
Resolution:
Description
The rtrend command should set the following BB variables:
- RTR_SLP is the slope of the line. - RTR_SDSLP is the standard deviation in the slope. - RTR_YINT is the y intercept of the line. - RTR_SDYINT is the standard deviation in the y intercept. - RTR_SDDTA is the standard deviation in the data. - RTR_CORRCF is the data correlation coeficient.
but after using the rtr command and using the 'getbb all' one can see that variables are set, but, have an extra space at the end of the variables name. The same can be observed at the source code file 'src/scm/xrtr.c' at line ~ 129.
A patch to this issue can be attached if needed.