Recursion
- From: "David Flower" <DavJFlower@xxxxxxx>
- Date: 30 Jun 2005 04:10:48 -0700
Calling sub-programs recursively is prohibited by the F77 standard, but
allowed by the F90 standard.
I have tested Salford FTN77, and it will not compile a FUNCTION that
invokes itself directly, but indirect recursion works.
So can someone tell me which F77 compilers de facto allow indirect
recursion ?
.
- Follow-Ups:
- Re: Recursion
- From: Michael Prager
- Re: Recursion
- From: Kay Diederichs
- Re: Recursion
- Prev by Date: Re: Passing a 2 dimensional array from fortran to c++
- Next by Date: Re: Recursion
- Previous by thread: moduel VS parameters
- Next by thread: Re: Recursion
- Index(es):
Relevant Pages
|