fcode 发表于 2014-11-27 23:13
logical :: fcode(3) = (/.true.,.false.,.true./)
如果你觉得不好看,或者 .true. 和 .false. 写起来麻烦 ...
image.jpg (81.52 KB, 下载次数: 348)
logical :: fcode(2,2) = reshape( ((/1,0,1,0/)==1) , (/2,2/) )
楚香饭 发表于 2014-11-28 08:33
二维数组需要用 reshape 进行重塑外形。
[mw_shl_code=fortran,true]logical :: fcode(2,2) = reshape( (( ...
306908677 发表于 2014-11-28 15:12
嗯嗯,多谢!!我试试
fcode 发表于 2014-11-28 17:00
标准编译器可能会出错。因为你这一行超过了132,续个行就行了。
某些编译器允许超过132行,例如ivf ...
欢迎光临 Fortran Coder (http://bbs.fcode.cn/) | Powered by Discuz! X3.2 |