Re: How to use REWIND COMMAND of FORTRAN77 in FORTRAN 90
- From: "jon" <jon_d_r@xxxxxxx>
- Date: 28 Nov 2005 09:08:20 -0800
Another use would be to read the input file with a one-line buffer;
parse the data in the buffer and count whatever the program to count;
allocate array space based on the count(s); REWIND; and read the data
into the allocated arrays. (Unless, of course, you require the user to
supply "control cards" at the beginning of the data "deck" ;^)
.
- References:
- How to use REWIND COMMAND of FORTRAN77 in FORTRAN 90
- From: vinnie
- Re: How to use REWIND COMMAND of FORTRAN77 in FORTRAN 90
- From: glen herrmannsfeldt
- How to use REWIND COMMAND of FORTRAN77 in FORTRAN 90
- Prev by Date: Compaq Visual Fortran discontinued: upgrade to Intel Visual Fortran?
- Next by Date: Re: Compaq Visual Fortran discontinued: upgrade to Intel Visual Fortran?
- Previous by thread: Re: How to use REWIND COMMAND of FORTRAN77 in FORTRAN 90
- Next by thread: Fortran pages on Wikipedia
- Index(es):
Relevant Pages
|
|