We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f77b813 commit cb205a7Copy full SHA for cb205a7
TourExec1.1.f
@@ -43,7 +43,7 @@ Program AxTest
43
write(6,100) Version, day, timenow
44
100 format(' Ax TourExec Program Output, Version ',f6.2, '.', 1H,
45
1 A10, A10)
46
- RandomSeed = Jsecnds(0) ! uses elapsed time since midnight as random seed
+ RandomSeed = secnds(0.0) ! uses elapsed time since midnight as random seed
47
c RandomSeed=66222 ! Uses fixed random number
48
Write(6,103) RandomSeed
49
103 format(' RandomSeed = ', i16)
0 commit comments