Re: Please help me understand my code
- From: glen herrmannsfeldt <gah@xxxxxxxxxxxxxxxx>
- Date: Sun, 01 Jul 2007 05:25:49 -0800
Richard Maine wrote:
www <www@xxxxxxxxxx> wrote:
I am also surprised to find out that Fortran variables are case insensitive! This makes me realize that tsoil(8) is TSOIL(8). TSOIL is
an array declared and used at the top.
Ah. I hadn't thought of that possible confusion. I was thinking about
much more subtle things.
I was recently working with a program that had been converted from
upper case to lower case. In upper case it may make some sense
to have variables named both LL and L1 in the same program.
I don't recommend it in lower case as ll and l1.
-- glen
.
- Follow-Ups:
- Re: Please help me understand my code
- From: Wade Ward
- Re: Please help me understand my code
- Prev by Date: Re: Form k = i + j and test for overflow.
- Next by Date: Re: Form k = i + j and test for overflow.
- Previous by thread: Re: Form k = i + j and test for overflow.
- Next by thread: Re: Please help me understand my code
- Index(es):
Relevant Pages
|