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 : 05. Oct 2024, 21:04:38
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vds64m$sj9s$1@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14
User-Agent : Mozilla Thunderbird
On 10/5/2024 1:39 AM, Lawrence D'Oliveiro wrote:
On Fri, 4 Oct 2024 23:10:29 -0500, Lynn McGuire wrote:
Yup, Perl, not Curl. AutoLisp.
Poor you. The idiosyncratic syntax of Lisp without the redeeming advanced
features.
Yes, I am porting from Open Watcom C++ and F77 to Simply Fortran C++ and
GFortran right now. Lots of new stuff that I won't use. Incredibly
better error detection, especially on variable types and bounds.
If I were you, I would look for opportunities to simplify things in that
Fortran code by using new features, where I have to make major
modifications to those parts anyway.
All of the modifications that I am making are minor. Mostly changing my old 8 byte data structure/union to I*8 and L*8.
Lynn