Re: "Ugly" declaration of high rank automatic arrays
- From: deltaquattro <deltaquattro@xxxxxxxxx>
- Date: Mon, 05 Nov 2007 02:58:28 -0800
On 3 Nov, 08:30, jwm <jwmwal...@xxxxxxxxx> wrote:
[..]
What about:
subroutine test
use foo, someShortAlias => MYARRAYWITHALONGNAME
real,dimension(size(someShortAlias, 1), &
size(someShortAlias, 2), &
... ...) :: TEMP
end subroutine test- Nascondi testo tra virgolette -
- Mostra testo tra virgolette -
That's a nice example of the usefulness of the renaming operator.Thank
you,
best regards,
deltaquattro
.
- References:
- "Ugly" declaration of high rank automatic arrays
- From: deltaquattro
- Re: "Ugly" declaration of high rank automatic arrays
- From: jwm
- "Ugly" declaration of high rank automatic arrays
- Prev by Date: Re: "Ugly" declaration of high rank automatic arrays
- Next by Date: Re: "Ugly" declaration of high rank automatic arrays
- Previous by thread: Re: "Ugly" declaration of high rank automatic arrays
- Next by thread: Re: "Ugly" declaration of high rank automatic arrays
- Index(es):
Relevant Pages
|