Salford f95 complains
From: FCC (fcc509_at_netscape.net)
Date: 08/31/04
- Next message: Janne Blomqvist: "Re: Which compiler"
- Previous message: Janne Blomqvist: "Re: What do you prefer: real(8) or double precision and why?"
- Next in thread: Richard E Maine: "Re: Salford f95 complains"
- Reply: Richard E Maine: "Re: Salford f95 complains"
- Reply: Paul Bolton: "Re: Salford f95 complains"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 31 Aug 2004 16:05:58 +0200
Hello all,
I have been compiling my f9x codes using CVF, and now since the Salford
f95 personal edition is free for personal use, I wanted to check it out,
and here is the first problem: Salford f95 compiler gives the following
error:
error 571 - ',' found where ')' was expected
where the pointer points the second line within the do-loop.
do k=1,6
read(25,fmtrw,iostat=readstat)((qn(k,jp),keyc),jp=1,np-1)&
&,qn(k,np)
end do
DVF has never complained about it. Am I using something non-standard here?
Thanks in advance,
-- FCC. === Grown-ups never understand anything for themselves, and it is tiresome for children to be always and forever explaining things to them. -Antoine de Saint-Exupéry.
- Next message: Janne Blomqvist: "Re: Which compiler"
- Previous message: Janne Blomqvist: "Re: What do you prefer: real(8) or double precision and why?"
- Next in thread: Richard E Maine: "Re: Salford f95 complains"
- Reply: Richard E Maine: "Re: Salford f95 complains"
- Reply: Paul Bolton: "Re: Salford f95 complains"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|