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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,67d995bf9f62ea45 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!postnews.google.com!b35g2000yqi.googlegroups.com!not-for-mail From: Ada novice Newsgroups: comp.lang.ada Subject: Re: matrix package with Ada Date: Tue, 13 Jul 2010 00:07:17 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: <23f0d8f1-e7bd-4af9-a0ee-cea85cbff4bd@x21g2000yqa.googlegroups.com> <8f4ba975-5441-4b42-89ad-b53373a59eb9@g19g2000yqc.googlegroups.com> <53250ca8-da19-47a9-a9b1-3cd1653fb05f@y4g2000yqy.googlegroups.com> NNTP-Posting-Host: 193.11.22.91 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1279004841 1753 127.0.0.1 (13 Jul 2010 07:07:21 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 13 Jul 2010 07:07:21 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: b35g2000yqi.googlegroups.com; posting-host=193.11.22.91; posting-account=Rr9I-QoAAACS-nOzpA-mGxtAlZ46Nb6I User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.6) Gecko/20100625 Firefox/3.6.6 (.NET CLR 3.5.30729),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:12366 Date: 2010-07-13T00:07:17-07:00 List-Id: On Jul 12, 11:09=A0pm, jonathan wrote: > On Jul 12, 9:13=A0pm, Simon Wright wrote: > > > jonathan writes: > > > Finally! The test routine is user unfriendly. =A0(I hope you fix it u= p > > > for the rest of us.) You have to enter numbers. > > > Actually, there's a file test_generic_complex_eigenvalues.dat ... > > ... and you have to enter these somehow, without prompt or > instruction. > In my Linux BASH shell it seems to be straightforward: > > ./test_generic_complex_eigenvalues < > test_generic_complex_eigenvalues.dat > output.txt > > I hope that's right. =A0Now if I compare with the expected output, > > diff =A0output.txt =A0test_generic_complex_eigenvalues.out > > I find that all of the numbers in the 2 files are different. =A0Anything > to > worry about? =A0(I say no;-) > > J. I haven't had the time to test the dat file yet. Just one reminder which I quote from an earlier post: The program doesn't exit well however. When the program (test_generic_complex_eigenvalues.ada) it will display the results but in my GPS editor the line 102 is highlighted. This is where the program stops. If the program would run fine then I would have finally got this line displayed: DONE test_generic_complex_eigenvalues (at the bottom of test_generic_complex_eigenvalues.ada). Do you have the same problem? YC