378 Bytes, 下载次数: 28
Subroutine read_num
integer i
character(len=256) :: cStr
open(12, File = './file/faces')
do
read(12,"(a256)") cStr
if(cStr(1:1)=="}")exit
end do
read(12, *) nface
close(12)
End Subroutine read_num
胡文刚 发表于 2021-9-14 10:56
[mw_shl_code=fortran,true]Subroutine read_num
integer i
character(len=256) :: cStr
欢迎光临 Fortran Coder (http://bbs.fcode.cn/) | Powered by Discuz! X3.2 |