主题:请问Fortran中的时间函数
subroutine ksecond (tnow)
double precision tnow
real*4 d(2)
rtnow=etime(d)
tnow=d(1)+d(2)
return
end
请问这段程序是要得到什么,貌似是关于时间的?很困惑
double precision tnow
real*4 d(2)
rtnow=etime(d)
tnow=d(1)+d(2)
return
end
请问这段程序是要得到什么,貌似是关于时间的?很困惑