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=-0.8 required=5.0 tests=BAYES_00,INVALID_DATE autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,b19fa62fdce575f9 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 1994-12-09 17:10:59 PST Newsgroups: comp.lang.ada Path: bga.com!news.sprintlink.net!howland.reston.ans.net!news.cac.psu.edu!news.pop.psu.edu!hudson.lm.com!godot.cc.duq.edu!nntp.club.cc.cmu.edu!cantaloupe.srv.cs.cmu.edu!bb3.andrew.cmu.edu!news.sei.cmu.edu!ajpo.sei.cmu.edu!riehler From: riehler@ajpo.sei.cmu.edu (Richard Riehle) Subject: Re: Fortran Arrays was: Why don't large companies use Ada? Message-ID: <1994Dec9.182630.25970@sei.cmu.edu> Keywords: Fortran, arrays, array conversion Sender: netnews@sei.cmu.edu (Netnews) Organization: None References: <3c6ofm$50v@gnat.cs.nyu.edu> <3c8i5p$f59@felix.seas.gwu.edu> <1994Dec9.133050.17629@sei.cmu.edu> Date: Fri, 9 Dec 1994 18:26:30 EST Date: 1994-12-09T18:26:30-05:00 List-Id: In article <1994Dec9.133050.17629@sei.cmu.edu> riehler@ajpo.sei.cmu.edu (Richard Riehle) writes: > Flaming my own stupid error: > > type Col is array (index) of Real; > type Row is array (index) of Col; Ooooops! That's what I get for composing this message before breakfast. It doesn't matter what I call it, does it. We are still row major unless I deal with the problem algorithmically. Sorry about that! I wonder how many people will pounce on me for this one? OUCH :-) Still, this is a handy feature of the language. >Richard Riehle >AdaWorks Software Engineering >Palo Alto, CA >email: adaworks@netcom.com > > >