home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!dove!poly2.nist.gov!fred
- From: fred@poly2.nist.gov (Frederick R. Phelan Jr.)
- Newsgroups: comp.lang.fortran
- Subject: Re: Structure and Data Statement Usage
- Message-ID: <7967@dove.nist.gov>
- Date: 12 Jan 93 22:49:41 GMT
- References: <7876@dove.nist.gov> <1993Jan8.234201.13599@netcom.com>
- Sender: news@dove.nist.gov
- Lines: 21
-
- In article <1993Jan8.234201.13599@netcom.com>, walt@netcom.com (Walt Brainerd) writes:
- |> In article <7876@dove.nist.gov>, fred@poly2.nist.gov (Frederick R. Phelan Jr.) writes:
- |> > Heres a small code prototype of my problem:
- |> >
- |> > program test_35
- |> >
- |> > structure /geom/
- |> > integer ngprops
- |> > end structure
- |> > record /geom/ g1,g2
- |> >
- |> > c uncomment these for compiler havoc
- |> > c data g1.ngprops /3/
- |> > c data g2.ngprops /5/
- |> >
-
- |> It is unfortunate that a person at N I !!!S!!! T is not using
- |> a STANDARD language 8^).
-
- Ahem, just experimenting :-)
- Fred
-