I was trying to look through some very old FORTRAN code and came across the following statement:
IF (XKJ.GT.ACCY) THEN
I looked through the entire code and didn't find a declaration for 'ACCY'. I am assuming it is a built-in variable/constant/function, but wasn't able to find the definition. I 'googled' it and came across other FORTRAN samples with similar expressions (but no definition of ACCY).
It's been 20 years since I have looked at FORTRAN code. Anyone have any idea what 'ACCY' is?