From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,89d280850f5d8df X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-07-19 19:34:56 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!wn1feed!worldnet.att.net!204.127.198.203!attbi_feed3!attbi.com!sccrnsc03.POSTED!not-for-mail From: tmoran@acm.org Newsgroups: comp.lang.ada Subject: Re: Passing Unconstrained Arrays from FORTRAN to an Ada95 subunit References: <5489a352.0207191657.5fac87a8@posting.google.com> X-Newsreader: Tom's custom newsreader Message-ID: NNTP-Posting-Host: 12.234.12.135 X-Complaints-To: abuse@attbi.com X-Trace: sccrnsc03 1027132491 12.234.12.135 (Sat, 20 Jul 2002 02:34:51 GMT) NNTP-Posting-Date: Sat, 20 Jul 2002 02:34:51 GMT Organization: AT&T Broadband Date: Sat, 20 Jul 2002 02:34:55 GMT Xref: archiver1.google.com comp.lang.ada:27261 Date: 2002-07-20T02:34:55+00:00 List-Id: What happens if you pass a constrained array, ie, type int_array_type is array(integer range 1.. 10) of integer; to match the Fortran declaration integer a(10)