Sujet : Re: Is there a way in Fortran to designate an integer value as integer*8 ?
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : comp.lang.fortranDate : 17. Oct 2024, 02:24:21
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vepp05$2fhnn$1@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10 11 12
User-Agent : Pan/0.160 (Toresk; )
On Sun, 13 Oct 2024 21:03:25 -0000 (UTC), I wrote:
type :: record_type
integer(kind = intsize) reckey
character(len = strmax) :: recnam, recstr, recwn
integer(kind = intsize) reccod
! and so on
end type record_type
Hmm, need to put a “sequence” line in there as well.