I am running SilverFox FTN 95 with Plato on a Windows PC with XP Prof.
I have run a program that contains an error, I have isolated the error as this:
&&&&&&&&&&&&&&&&&&&
do loop J=0,N
print*,'J=', J
end do
&&&&&&&&&&&&&&&&&&
This works fine for any value of N up to and including 297. However, for all values of N>297, say 1,000 I get J values printed running from (N-297) to N, i.e. 727,728,729,....1,000.
If it were an array, I could understand, but this loop doesn't require more memory the bigger it is. Or does it?
Has anyone any ideas?
I have run a program that contains an error, I have isolated the error as this:
&&&&&&&&&&&&&&&&&&&
do loop J=0,N
print*,'J=', J
end do
&&&&&&&&&&&&&&&&&&
This works fine for any value of N up to and including 297. However, for all values of N>297, say 1,000 I get J values printed running from (N-297) to N, i.e. 727,728,729,....1,000.
If it were an array, I could understand, but this loop doesn't require more memory the bigger it is. Or does it?
Has anyone any ideas?