Skip to content

Commit cb205a7

Browse files
committed
Fix RandomSeed
1 parent f77b813 commit cb205a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TourExec1.1.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Program AxTest
4343
write(6,100) Version, day, timenow
4444
100 format(' Ax TourExec Program Output, Version ',f6.2, '.', 1H,
4545
1 A10, A10)
46-
RandomSeed = Jsecnds(0) ! uses elapsed time since midnight as random seed
46+
RandomSeed = secnds(0.0) ! uses elapsed time since midnight as random seed
4747
c RandomSeed=66222 ! Uses fixed random number
4848
Write(6,103) RandomSeed
4949
103 format(' RandomSeed = ', i16)

0 commit comments

Comments
 (0)