We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb205a7 commit 887f5fcCopy full SHA for 887f5fc
1 file changed
TourExec1.1.f
@@ -38,8 +38,7 @@ Program AxTest
38
integer IRowPairSc(63), IColPairSc(63) ! Integer total over 5 games
39
real AveRowPairSc(63), AveColPairSc(63) ! real, truncated
40
integer rowchoice, colchoice
41
- call Date(day)
42
- call TIME(timenow)
+ call date_and_time(day, timenow)
43
write(6,100) Version, day, timenow
44
100 format(' Ax TourExec Program Output, Version ',f6.2, '.', 1H,
45
1 A10, A10)
0 commit comments