home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / lang / fortran / 3475 < prev    next >
Encoding:
Text File  |  1992-09-08  |  854 b   |  30 lines

  1. Newsgroups: comp.lang.fortran
  2. Path: sparky!uunet!noc.near.net!wpi.WPI.EDU!coal.WPI.EDU!llew
  3. From: llew@coal.WPI.EDU (Lok C. Lew Yan Voon)
  4. Subject: Unix fortran question
  5. Message-ID: <Bu9tsE.HJ0@wpi.WPI.EDU>
  6. Sender: news@wpi.WPI.EDU (USENET News System)
  7. Nntp-Posting-Host: coal.wpi.edu
  8. Organization: Worcester Polytechnic Institute
  9. Date: Tue, 8 Sep 1992 17:55:26 GMT
  10. Lines: 18
  11.  
  12. I'm running an f77 program on dec3100 and dec5000.
  13. it reads an input file, one of the lines being
  14.  
  15.       read(ninp,*) slr2 , slr3 , slr4
  16.  
  17. while the corr. line in the input file is
  18.  
  19.  0.0d0,0.0d0,0.0d0;
  20.  
  21. Now, can someone tell me whether there's a problem here?
  22.  
  23. Actually, it seems like. f77 didn't like the absence of
  24. space b/w the last real*8 and the ';' character.
  25. Yet, a (possibly older) f77 on another dec3100
  26. didn't complain.
  27.  
  28. Qu: which one is the standard? is there a bug?
  29.  
  30.