Re: be used uninitialized in this function
- From: nospam@xxxxxxxxxxxxx (Richard Maine)
- Date: Sat, 15 Jan 2011 09:11:15 -0800
cjpsimon@xxxxxxxxx <cjpsimon@xxxxxxxxx> wrote:
On 15 jan, 15:44, Jinsong Zhao <jsz...@xxxxxxxx> wrote:....
....integer, dimension(3,5) :: lopt
if ( lopt(j,i) < 0 ) then
For me, lopt seems to be seen as a function returning an integer of
dimension (3,5).
Such a function requires an explicit interface. This is unambiguously a
local array and i have a had time imagining a compiler getting that
wrong.
--
Richard Maine | Good judgment comes from experience;
email: last name at domain . net | experience comes from bad judgment.
domain: summertriangle | -- Mark Twain
.
- References:
- be used uninitialized in this function
- From: Jinsong Zhao
- Re: be used uninitialized in this function
- From: cjpsimon@xxxxxxxxx
- be used uninitialized in this function
- Prev by Date: Re: C_LOC tt%t%i(1) where tt%t is an array
- Next by Date: Re: NUMERICAL RECIPES
- Previous by thread: Re: be used uninitialized in this function
- Next by thread: Re: be used uninitialized in this function
- Index(es):
Relevant Pages
|