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.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,d275ad890e7b3ecc X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.180.82.166 with SMTP id j6mr140520wiy.1.1347988216873; Tue, 18 Sep 2012 10:10:16 -0700 (PDT) Received: by 10.236.180.41 with SMTP id i29mr174595yhm.4.1347988216688; Tue, 18 Sep 2012 10:10:16 -0700 (PDT) Path: ed8ni114471314wib.0!nntp.google.com!v8no90541qap.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Tue, 18 Sep 2012 10:10:16 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=37.200.243.184; posting-account=g6PEmwoAAADhFsmVm6Epjviaw4MLU0b5 NNTP-Posting-Host: 37.200.243.184 References: <31325794-475b-430c-a419-a96da29251f0@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <798b1006-cb85-4ffe-895a-57c30fe11f13@googlegroups.com> Subject: Re: problem with Real_Matrix*Real_Matrix From: Anatoly Chernyshev Injection-Date: Tue, 18 Sep 2012 17:10:16 +0000 Content-Type: text/plain; charset=ISO-8859-1 Date: 2012-09-18T10:10:16-07:00 List-Id: On Tuesday, September 18, 2012 2:50:33 PM UTC+4, Simon Wright wrote: > I think the fix is > > instead to change > > > > S := S + Left (J - Right'First (1) > > to > > S := S + Left (K - Right'First (1) True.