Re: undefined variable problem
- From: glen herrmannsfeldt <gah@xxxxxxxxxxxxxxxx>
- Date: Fri, 30 Mar 2007 13:00:17 -0800
Bart Vandewoestyne wrote:
(snip)
Could it be that the NAGWare f95 compiler was smart enough to
detect that the *upper triangular part* of the rank2 array
(matrix) that I was using was not initialised and therefore
reported the error?
There have been reports of systems that do that, though I don't
know how they were implemented. For floating point there is
the signaling NaN which is supposed to generate a hardware
interrupt when it is used. For integer there are normally
no extra values that can be used, though on systems with
negative zero that is sometimes used.
-- glen
.
- References:
- undefined variable problem
- From: Bart Vandewoestyne
- Re: undefined variable problem
- From: Bart Vandewoestyne
- Re: undefined variable problem
- From: John Appleyard
- Re: undefined variable problem
- From: Bart Vandewoestyne
- undefined variable problem
- Prev by Date: array operations on non-conforming arrays -- do compilers catch them?
- Next by Date: Re: undefined variable problem
- Previous by thread: Re: undefined variable problem
- Next by thread: Re: undefined variable problem
- Index(es):
Relevant Pages
|