Anonymous Guest
|
Posted: Tue Dec 14, 2004 10:56 pm Post subject: Subroutine: SYSTEM_CLOCK |
|
|
I have a question about the subroutine :
[pre]
SUBROUTINE SYSTEM_CLOCK([COUNT, COUNT_RATE, COUNT_MAX])
INTEGER,INTENT(OUT)::COUNT, COUNT_RATE, COUNT_MAX
[/pre]
According to the FTN95 help file, is incremented by one for each clock count until the value (the maximum value that can have) is reached and is reset to zero at the next count. However, when I display the output, it seems that is decremented (presumably until the value zero is reached and is reset to at the next count), not incremented.
Can anyone explain why? (Is it a misprint in the help file, or is the output processor dependent?)
Thank you.
Miguel. |
|