Re: I/O in PURE and ELEMENTAL procedures in Fortran 2008
- From: "Wade Ward" <invalid@xxxxxxxxxxx>
- Date: Tue, 1 May 2007 21:59:36 -0400
"Richard Maine" <nospam@xxxxxxxxxxxxx> wrote in message
news:1hxeeov.194py3s18ghpytN%nospam@xxxxxxxxxxxxxxxx
Wade Ward <invalid@xxxxxxxxxxx> wrote:Most of the conversation went straight over my head, which I think you'd
"Richard Maine" <nospam@xxxxxxxxxxxxx> wrote in message
news:1hxe5oa.1eqhm0ulymfjeN%nospam@xxxxxxxxxxxxxxxx
read_loop: do
call get_data(args, ok)
if (.not. ok) exit read_loop
... process args ...
end do read_loop
I hate to lower your stats by replying, but I wanted to make sure the
above
source is what I think it is. Is it
a) the fortran analog of how C gets arguments from a caller?
b) the way fortran processes a field?
c) reliable input?
d) non-recursive I/O?
rather expect as I'm looking at pure procedures for the first time carefully
in MR&C. I wanted one of my wild guesses to be true, which I thought I
could bank on with d). It was a) that I was interested in, as I do not know
how fortran does what C does with argv and argc.
It could also be getting data from command-line arguments instead of aI'll pursue this another time.
file. That would depend on what get_data did.
--
WW
.
- References:
- Re: I/O in PURE and ELEMENTAL procedures in Fortran 2008
- From: jamesgiles@xxxxxxx
- Re: I/O in PURE and ELEMENTAL procedures in Fortran 2008
- From: Richard Maine
- Re: I/O in PURE and ELEMENTAL procedures in Fortran 2008
- From: Wade Ward
- Re: I/O in PURE and ELEMENTAL procedures in Fortran 2008
- From: Richard Maine
- Re: I/O in PURE and ELEMENTAL procedures in Fortran 2008
- Prev by Date: Re: add a0 format to language to print trimmed character variables
- Next by Date: Re: JPG image size
- Previous by thread: Re: I/O in PURE and ELEMENTAL procedures in Fortran 2008
- Next by thread: Re: I/O in PURE and ELEMENTAL procedures in Fortran 2008
- Index(es):
Relevant Pages
|