Re: array-valued function as dummy argument
- From: nospam@xxxxxxxxxxxxx (Richard Maine)
- Date: Tue, 27 Feb 2007 16:13:32 -0800
John Harper <harper@xxxxxxxxxxxxx> wrote:
In f95, can one declare a dummy argument that is a function whose
value is an array, without having to write an interface block for it?
No.
In f2003 you could use a procedure statement to reference the interface
of some other procedure, but I can't think of any way around writing an
interface block for it in f95. Dummy arguments are one of the few places
where I write interface bodies. C procedures called from Fortran are
another.
--
Richard Maine | Good judgement comes from experience;
email: last name at domain . net | experience comes from bad judgement.
domain: summertriangle | -- Mark Twain
.
- References:
- array-valued function as dummy argument
- From: John Harper
- array-valued function as dummy argument
- Prev by Date: Re: character string assumed length
- Next by Date: Re: Matlab -> Fortran
- Previous by thread: array-valued function as dummy argument
- Next by thread: Re: array-valued function as dummy argument
- Index(es):
Relevant Pages
|