Sujet : Re: Is there a way in Fortran to designate an integer value as integer*8 ?
De : lynnmcguire5 (at) *nospam* gmail.com (Lynn McGuire)
Groupes : comp.lang.fortranDate : 03. Oct 2024, 23:13:40
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vdn4ul$3t78e$3@dont-email.me>
References : 1 2 3 4 5 6 7 8
User-Agent : Mozilla Thunderbird
On 10/3/2024 5:08 PM, Lawrence D'Oliveiro wrote:
On Thu, 3 Oct 2024 14:32:28 -0500, Lynn McGuire wrote:
I have 197 common blocks included from dedicated files and a massive
number of equivalences all over the place.
Try getting rid of at least some of them, by using “contains”.
What does "contains" do ? My knowledge of Fortran stopped at F77+.
Lynn