Hey all,
I find i get this error when i Define one of my varibles within a do loop :
if(varibale.gt.bin)exit
^
cf90-113 f90fe: ERROR FREQDISTRIB, File = ./freq.f95, Line = 40, Column = 11
IMPLICIT NONE is specified in the local scope, therefore an explicit type must be specified for data object "VARIBALE".
can anyone explain why?
Regards, Lloyd
I find i get this error when i Define one of my varibles within a do loop :
if(varibale.gt.bin)exit
^
cf90-113 f90fe: ERROR FREQDISTRIB, File = ./freq.f95, Line = 40, Column = 11
IMPLICIT NONE is specified in the local scope, therefore an explicit type must be specified for data object "VARIBALE".
can anyone explain why?
Regards, Lloyd