Re: Revised NMTRAN buglist [14MAR2005]

From: Nick Holford Date: March 25, 2005 technical Source: cognigencorp.com
From: "Nick Holford" n.holford@auckland.ac.nz Subject: Re: [NMusers] Revised NMTRAN buglist [14MAR2005] Date: Fri, March 25, 2005 3:59 pm Confused? The header 'Change Made:' says "new bug XXVIII" As far as I can tell bug XXVIII in NMTRANbugs14MAR2005.pdf has the same description as the earlier announcement for this bug in NMTRANbugs17FEB2005.pdf. Later on below the boilerplate of the nmconsult signature we find 'S.Beal - NMTRAN Buglist Revision: March 14, 2005 NM-TRAN bug fix XV has been corrected.' followed by a list of all acknowledged NM-TRAN bugs. For those who make changes to their source code when these bug fixes are announced it seems that bug fix XV (17 Feb 2005) has been changed from: "In routine CHKDAT change the statement IF (MKFDAT.AND.INOBS.GT.K9999) THEN to IF (MKFDAT.AND.INOBS.GT.K9999.AND.WIDE.NE.'Y') THEN " to this : "In routine CHKDAT locate the line IF (MKFDAT.AND.INOBS.GT.K9999) THEN and after it, insert the 2 lines FINFLG=1 IF (WIDE.NE.'Y') THEN 6 lines down from this statement locate the statement FINFLG=1 and replace it with ENDIF " Be careful to undo the changes to the MKFDAT statement recommmended last month! Nick -- Nick Holford, Dept Pharmacology & Clinical Pharmacology University of Auckland, 85 Park Rd, Private Bag 92019, Auckland, New Zealand email:n.holford@auckland.ac.nz tel:+64(9)373-7599x86730 fax:373-7556 http://www.health.auckland.ac.nz/pharmacology/staff/nholford/
Mar 25, 2005 William Bachman Revised NMTRAN buglist [14MAR2005]
Mar 25, 2005 Nick Holford Re: Revised NMTRAN buglist [14MAR2005]
Mar 25, 2005 William Bachman Re: Revised NMTRAN buglist [14MAR2005] - I stand corrected