Re: Standards conforming or not?
- From: Jan Vorbrüggen <jvorbrueggen-not@xxxxxxxxxxx>
- Date: Tue, 28 Feb 2006 09:14:47 +0100
The size of the * dimension is simply not available,And that is the central concept here. All the rest is the standard
elaborating the consequences of that in detail.
So, to solve the OP's problem, he could write instead
call sub(a(1:5), 5)
with the declaration
subroutine sub(a, n)
integer n
real a(n)
as perhaps the "smallest-possible change".
But what stops you from using an explicit interface, via a MODULE or other-
wise?
Jan
.
- References:
- Standards conforming or not?
- From: Bruce Bowler
- Re: Standards conforming or not?
- From: Michael Metcalf
- Re: Standards conforming or not?
- From: Bruce Bowler
- Re: Standards conforming or not?
- From: Michael Metcalf
- Re: Standards conforming or not?
- From: Richard Maine
- Standards conforming or not?
- Prev by Date: dll fortran for visual basic .net (little bit long data output)
- Next by Date: Re: Converting fixed-to-free format
- Previous by thread: Re: Standards conforming or not?
- Next by thread: Re: Standards conforming or not?
- Index(es):
Relevant Pages
|
|