[Matrix-SIG] Your wish is my command

Paul F. Dubois dubois1@llnl.gov
Wed, 21 Jul 1999 13:28:24 -0700


I don't have time to do the doc to reflect it but the pyfort.tar now out there
does this:

If the last dimension of an array is declared * or 1, no length check is
performed on that dimension.

A * in a non-final position is not legal Fortran, but the Pyfort parser will
not detect that and will treat it as a 1. And of course in that position it
will be checked so I don't think such a mistake would survive much testing.
I could work on the grammer to fix this but I doubt it is worth it.

-- P.