home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / lang / fortran / 4984 < prev    next >
Encoding:
Internet Message Format  |  1993-01-12  |  976 b 

  1. Path: sparky!uunet!dove!poly2.nist.gov!fred
  2. From: fred@poly2.nist.gov (Frederick R. Phelan Jr.)
  3. Newsgroups: comp.lang.fortran
  4. Subject: Re: Structure and Data Statement Usage
  5. Message-ID: <7967@dove.nist.gov>
  6. Date: 12 Jan 93 22:49:41 GMT
  7. References: <7876@dove.nist.gov> <1993Jan8.234201.13599@netcom.com>
  8. Sender: news@dove.nist.gov
  9. Lines: 21
  10.  
  11. In article <1993Jan8.234201.13599@netcom.com>, walt@netcom.com (Walt Brainerd) writes:
  12. |> In article <7876@dove.nist.gov>, fred@poly2.nist.gov (Frederick R. Phelan Jr.) writes:
  13. |> > Heres a small code prototype of my problem:
  14. |> > 
  15. |> >       program test_35
  16. |> > 
  17. |> >       structure /geom/
  18. |> >         integer ngprops
  19. |> >       end structure
  20. |> >       record /geom/ g1,g2
  21. |> > 
  22. |> > c     uncomment these for compiler havoc
  23. |> > c      data g1.ngprops /3/
  24. |> > c      data g2.ngprops /5/
  25. |> > 
  26.  
  27. |> It is unfortunate that a person at  N  I  !!!S!!!  T  is not using
  28. |> a STANDARD language 8^).
  29.  
  30. Ahem, just experimenting :-)
  31. Fred
  32.