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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,74d953d10520ed5e X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-05-30 01:48:31 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!uio.no!ntnu.no!not-for-mail From: Preben Randhol Newsgroups: comp.lang.ada Subject: Re: using charles library Date: Fri, 30 May 2003 08:48:31 +0000 (UTC) Organization: Norwegian university of science and technology Message-ID: References: <3ED2EB15.7B74D21E@somewhere.nil> NNTP-Posting-Host: kiuk0152.chembio.ntnu.no X-Trace: tyfon.itea.ntnu.no 1054284511 20398 129.241.83.78 (30 May 2003 08:48:31 GMT) X-Complaints-To: usenet@itea.ntnu.no NNTP-Posting-Date: Fri, 30 May 2003 08:48:31 +0000 (UTC) User-Agent: slrn/0.9.7.4 (Linux) Xref: archiver1.google.com comp.lang.ada:38054 Date: 2003-05-30T08:48:31+00:00 List-Id: Roman V. Isaev wrote: > > The main question is not the translation itself which is possible. > It may pose problems too as these 3000+ lines of "pascal" contain mostly this: > > IF KK=2 THEN GOTO 179; > GOTO 178; > 179: YRR:=YR21; > YZR:=ABS((1.0+Y2)/Y12-2.0*XY*(XY-Z)-4.0/3.0* > (Y1+Y2)/Y12*Z+(2.0*XY-Z)*(2.0*XY-Z)*(2.0*XY-Z)/3.0*Z*Y1/(1.0+Y)); > IF YZR>1.E-18 THEN GOTO 190; > YZR:=1.E-18; > 190: YR21:=TAU0*DG*FG/ETA/Q-8.0*Z/YZR; Oh, Fortran in Pascal :-) -- Preben Randhol http://www.pvv.org/~randhol/