Re: a little fortran 90 puzzle...
- From: "robin" <robin_v@xxxxxxxxxxx>
- Date: Sat, 25 Oct 2008 13:34:30 GMT
"Ed" <edwardjameshartnett@xxxxxxxxx> wrote in message
news:c8fddedd-7fc0-49b5-942e-124dd806727a@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Correct! I just need some values that won't fit into int32s, so that I
can be sure my int64 type is working.
Then why not use the random number generator
and fill real arrays that way?
Then assign those values to your integer arrays (after suitable scaling
so as to create integer values greater than the largest 4-byte integer).
That's one statement to initialize each array, and another
to assign the corresponding integer array.
.
- References:
- a little fortran 90 puzzle...
- From: Ed
- Re: a little fortran 90 puzzle...
- From: Dr Ivan D. Reid
- Re: a little fortran 90 puzzle...
- From: glen herrmannsfeldt
- Re: a little fortran 90 puzzle...
- From: Richard Maine
- Re: a little fortran 90 puzzle...
- From: glen herrmannsfeldt
- Re: a little fortran 90 puzzle...
- From: Ed
- a little fortran 90 puzzle...
- Prev by Date: Re: Fortran 2003 Handbook
- Next by Date: Re: How to avoid undesired default values?
- Previous by thread: Re: a little fortran 90 puzzle...
- Next by thread: Re: a little fortran 90 puzzle...
- Index(es):
Relevant Pages
|