Liste des Groupes | Revenir à cl fortran |
On Sat, 5 Oct 2024 15:04:38 -0500, Lynn McGuire wrote:I include all of my common blocks as files to stop typos.
On 10/5/2024 1:39 AM, Lawrence D'Oliveiro wrote:Here’s another useful thing to do: get rid of COMMON blocks and replace>>
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.
them with MODULE «name» ... USE «name».
As the compiler does its checking, you may pick up a few long-unnoticed
typos along the way ...
Les messages affichés proviennent d'usenet.