Hello All,
I am new to fortran, I am compiling a program that uses file operations. I am getting the following error,
DO WHILE (.NOT. EOF(INPUT1))
1
Error: Operand of .NOT. operator at (1) is REAL(8)
I will appreciate any help in this regard.
thanks
--------------
More info
I...