Skip to content

Commit 887f5fc

Browse files
committed
Fix date and time
1 parent cb205a7 commit 887f5fc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

TourExec1.1.f

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ Program AxTest
3838
integer IRowPairSc(63), IColPairSc(63) ! Integer total over 5 games
3939
real AveRowPairSc(63), AveColPairSc(63) ! real, truncated
4040
integer rowchoice, colchoice
41-
call Date(day)
42-
call TIME(timenow)
41+
call date_and_time(day, timenow)
4342
write(6,100) Version, day, timenow
4443
100 format(' Ax TourExec Program Output, Version ',f6.2, '.', 1H,
4544
1 A10, A10)

0 commit comments

Comments
 (0)