Re: Random Numbers
- From: "Michael Metcalf" <michaelmetcalf@xxxxxxxxxxxxxx>
- Date: Thu, 29 Jun 2006 18:13:59 GMT
"*** Hendrickson" <***.hendrickson@xxxxxxx> wrote in message
news:KETog.277354$Fs1.131311@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
This is complete irrelevant to your question. But as a
of good style (in my opinion), you'd be better off to
declare your arrays as
integer, parameter :: lbound = 1, ubound = 1500
Character(LEN=50),Dimension(lbound:ubound)::quotes
real :: x
.... and, to avoid storing treasures in heaven, you're also better off
avoiding the names of Fortran keywords as variable names. This is not
illegal, but will cause grief in the future.
Regards,
Mike Metcalf
.
- Follow-Ups:
- Re: Random Numbers
- From: kia
- Re: Random Numbers
- References:
- Random Numbers
- From: CTallant
- Re: Random Numbers
- From: *** Hendrickson
- Random Numbers
- Prev by Date: Re: How to Find Memory Used (IVF 9.1, WinXP)
- Next by Date: Re: Random Numbers
- Previous by thread: Re: Random Numbers
- Next by thread: Re: Random Numbers
- Index(es):