由买买提看人间百态

topics

全部话题 - 话题: getarg
(共0页)
r****y
发帖数: 1437
1
来自主题: Computation版 - Re: a question about fortran
Recently have to use a Fortran code written by another folk. He
used command-line-arguments a lot. Like this
character*80 cint
...
getarg(1, cint)
read(cint, *) number
...
Are these "getarg" and "read(cint, *)" standard fortran syntax, or
just dialect used by some compilers?
f****r
发帖数: 27
2
来自主题: Computation版 - Re: a question about fortran
getarg is compiler extension
(共0页)