Actual argument is incompatible with dummy argument
- From: jchauvin@xxxxxxxxx
- Date: 28 Feb 2006 09:07:26 -0800
I get the f77 warning message on the legacy code segment shown below.
Can someone explain what the declaraction B(*)*(*) means and why I am
getting a warning message?
SUBROUTINE SUP(B)
CHARACTER B(*)*(*)
..
..
RETURN
END
The above subroutine is called from another subroutine with:
CHARACTER A(1)*1
CALL SUP(A)
^ actual argument is incompatible with dummy
argument
Thanks,
John C.
.
- Follow-Ups:
- Re: Actual argument is incompatible with dummy argument
- From: Richard Maine
- Re: Actual argument is incompatible with dummy argument
- Prev by Date: Re: CVF under Linux using Wine ?
- Next by Date: Re: Python for Fortran programmers
- Previous by thread: dll fortran for visual basic .net (little bit long data output)
- Next by thread: Re: Actual argument is incompatible with dummy argument
- Index(es):
Relevant Pages
|
|