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-Received: by 2002:a0c:8d46:: with SMTP id s6mr9608877qvb.241.1591920453876; Thu, 11 Jun 2020 17:07:33 -0700 (PDT) X-Received: by 2002:a9d:4c0a:: with SMTP id l10mr8230772otf.276.1591920453563; Thu, 11 Jun 2020 17:07:33 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!news.gegeweb.eu!gegeweb.org!usenet-fr.net!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 11 Jun 2020 17:07:33 -0700 (PDT) In-Reply-To: <873a3e13-e16a-48a4-b798-7ccf8ba70e57o@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: google-groups.googlegroups.com; posting-host=208.114.128.24; posting-account=MRPdDAoAAADUJmZVjnYaoafXFMadSeY1 NNTP-Posting-Host: 208.114.128.24 References: <768c3635-af6c-4018-9be7-60fea7d5f779o@googlegroups.com> <468a8b40-db02-4153-a890-aca7922486e5o@googlegroups.com> <27fa3ebb-9c8a-488b-9b70-1f7cb1a68e37o@googlegroups.com> <794ead8c-5067-44d7-a19a-52280ea87ea1o@googlegroups.com> <94021c95-8cdc-4298-b73b-1a4e9b05b1c3o@googlegroups.com> <07d61bf1-352e-43ba-9f82-354a494aa204o@googlegroups.com> <873a3e13-e16a-48a4-b798-7ccf8ba70e57o@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <85b667f8-0da0-4ad5-922c-f9a28298f621o@googlegroups.com> Subject: Re: Not to incite a language war but apparently the Corona lockdown was based on 13 year old undocumented C-Code From: Olivier Henley Injection-Date: Fri, 12 Jun 2020 00:07:33 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: reader01.eternal-september.org comp.lang.ada:59054 Date: 2020-06-11T17:07:33-07:00 List-Id: On Thursday, June 11, 2020 at 7:14:56 PM UTC-4, Anh Vo wrote: > The latest package body CovidSimForm (covidsimform.adb) still has with Co= vid_19; use Covid_19; at line 30.=20 No, this one should stay (in covidsimform.adb) as I am 'pulling' type defin= itions found in covid_19.ads and using them everywhere in covidsimform.adb.= This file comes with the mathpaqs git repo that should have been pulled in= the project when you cloned like so: git clone --recursive https://github.com/ohenley/covidsim.git If you go inside covidsim/deps/mathpaqs/diff_eq/ode/ do you find covid_19.a= ds and covid_19.adb? If not, it means the cloning of submodule was not don= e. In that case either you start from scratch and clone using --recursive o= r you move inside both deps/mathpaqs and deps/qt5ada and execute the follow= ing to clone the submodules: > git submodule init > git submodule update