Re: Type specification and initialization expressions
- From: "James Giles" <jamesgiles@xxxxxxxxxxxxxxxx>
- Date: Thu, 31 Jan 2008 21:41:33 GMT
James Giles wrote:
....
The following has been discussed before and I think was determined
to be non-standard for the same reason:
Real :: X(5), Y(size(x))
By Steve's response it's clear that I mis-remembered the case.
The one that I recalled must have been something like:
Real :: X(4) = size(X)
I still stand by the observation:
Even if such things were standard, I would avoid then for legibility
reasons.
--
J. Giles
"I conclude that there are two ways of constructing a software
design: One way is to make it so simple that there are obviously
no deficiencies and the other way is to make it so complicated
that there are no obvious deficiencies." -- C. A. R. Hoare
.
- References:
- Type specification and initialization expressions
- From: Tobias Burnus
- Re: Type specification and initialization expressions
- From: James Giles
- Type specification and initialization expressions
- Prev by Date: Re: Type specification and initialization expressions
- Next by Date: Re: Automatically transform or expand do loop in a subroutine
- Previous by thread: Re: Type specification and initialization expressions
- Next by thread: Re: Type specification and initialization expressions
- Index(es):
Relevant Pages
|