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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,8963682ce4cab241 X-Google-Attributes: gid103376,public From: wanker@exploited.barmy.army Subject: Re: GNAT Limitations? Date: 1998/01/25 Message-ID: <6aesr5$srk$1@Masala.CC.UH.EDU>#1/1 X-Deja-AN: 319081565 References: <6aesm3$sr6$1@masala.cc.uh.edu> Originator: punkrock@pegasus Organization: The Exploited Barmy Army Newsgroups: comp.lang.ada Date: 1998-01-25T00:00:00+00:00 List-Id: In article <6aesm3$sr6$1@masala.cc.uh.edu>, wrote: Actually, one mistake I wanted to correct: > -- Assuming Matrix is a 2d array type > > for I in Matrix(1)'Range loop > for J in Matrix(2)'Range loop > Some_Op (Matrix (I, J)); ^^^^^^ The above line (Matrix) should be something else, namely a variable of type Matrix. This was a typing mistake that was not in the code. Thanks.