Fortran Coder
标题:
请问括号里面这个结构是什么意思?
[打印本页]
作者:
王二小
时间:
2018-5-2 05:50
标题:
请问括号里面这个结构是什么意思?
if (x_sub.ne.1) then...
if (a_sub.gt.0) then...
if (a_sub.1e.-2) then...
if (b_sub.ge.1) then...
if (abs(real(rwa_sub(1,a_sub))) .ge. 1.0d-30 &
.and. abs(real(ii*rwa_sub(1,a_sub))).ge. 1.0d-30) then...
作者:
fcode
时间:
2018-5-2 08:06
这些都是判断。基本的东西多看看书。
欢迎光临 Fortran Coder (http://bbs.fcode.cn/)
Powered by Discuz! X3.2