home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.fortran
- Path: sparky!uunet!noc.near.net!wpi.WPI.EDU!coal.WPI.EDU!llew
- From: llew@coal.WPI.EDU (Lok C. Lew Yan Voon)
- Subject: Unix fortran question
- Message-ID: <Bu9tsE.HJ0@wpi.WPI.EDU>
- Sender: news@wpi.WPI.EDU (USENET News System)
- Nntp-Posting-Host: coal.wpi.edu
- Organization: Worcester Polytechnic Institute
- Date: Tue, 8 Sep 1992 17:55:26 GMT
- Lines: 18
-
- I'm running an f77 program on dec3100 and dec5000.
- it reads an input file, one of the lines being
-
- read(ninp,*) slr2 , slr3 , slr4
-
- while the corr. line in the input file is
-
- 0.0d0,0.0d0,0.0d0;
-
- Now, can someone tell me whether there's a problem here?
-
- Actually, it seems like. f77 didn't like the absence of
- space b/w the last real*8 and the ';' character.
- Yet, a (possibly older) f77 on another dec3100
- didn't complain.
-
- Qu: which one is the standard? is there a bug?
-
-