Re: Help me with this error



-|> 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



.