kerb 发表于 2016-9-29 23:07
mod函数的自变量能取实数
mod(1.2,1.0)=0.2
real :: i
integer :: ido
Do ido = 1 , Nint( 30.0/0.025 )
i = 0.025 * (ido-1)
....
fcode 发表于 2016-9-30 10:44
是的,不可以。
改善的做法是:
[mw_shl_code=fortran,true]real :: i
欢迎光临 Fortran Coder (http://bbs.fcode.cn/) | Powered by Discuz! X3.2 |