Re: Help me with this error
- From: "Michael Metcalf" <michaelmetcalf@xxxxxxxxxxxxxx>
- Date: Wed, 15 Feb 2006 19:50:09 GMT
-|> WRITE(IMPRIM,145) ((NLOAD(2,J),NLOAD(1,J)),J=1,NBNLOAD)
There's been much speculation, but we've seen this before, and the error is
the superfluous parentheses (MR&C, p. 184):
WRITE(IMPRIM,145) (NLOAD(2,J),NLOAD(1,J),J=1,NBNLOAD)
Regards,
Mike Metcalf
.
- Follow-Ups:
- Re: Help me with this error
- From: Walter Spector
- Re: Help me with this error
- From: Herman D . Knoble
- Re: Help me with this error
- From: Faimun
- Re: Help me with this error
- References:
- Help me with this error
- From: Faimun
- Re: Help me with this error
- From: Colin Watters
- Re: Help me with this error
- From: Herman D . Knoble
- Help me with this error
- Prev by Date: Re: Help me with this error
- Next by Date: Re: Python for Fortran programmers
- Previous by thread: Re: Help me with this error
- Next by thread: Re: Help me with this error
- Index(es):