[1577] in Athena Bugs
No subject found in mail header
daemon@ATHENA.MIT.EDU (geer@ATHENA.MIT.EDU)
Fri Dec 23 11:15:44 1988
From: <geer@ATHENA.MIT.EDU>
Date: Fri, 23 Dec 88 11:15:52 EST
To: bugs@ATHENA.MIT.EDU
Received: by E40-PO.MIT.EDU (5.45/4.7) id AA10100; Fri, 23 Dec 88
10:11:55 EST
Received: by ATHENA.MIT.EDU (5.45/4.7) id AA24532; Fri, 23 Dec 88
10:11:03 EST
Received: by E40-342F-2.MIT.EDU (5.45/4.7) id AA09935; Fri, 23 Dec 88
10:11:16 EST
Date: Fri, 23 Dec 88 10:11:16 EST
From: Mail Delivery Subsystem <MAILER-DAEMON@ATHENA.MIT.EDU>
Subject: Returned mail: Service unavailable for this garbage
Message-Id: <8812231511.AA09935@E40-342F-2.MIT.EDU>
To: ellis@ATHENA.MIT.EDU
----- Transcript of session follows -----
>>> RCPT To:<penplot-bugs@ATHENA.MIT.EDU>
<<< 550 <penplot-bugs@ATHENA.MIT.EDU>... Refused on principle; service unavailable for this garbage
550 penplot-bugs... Refused on principle
----- Unsent message follows -----
------- Forwarded Message
Subject: Bug in penplot
Date: Thu, 22 Dec 88 09:13:00 EST
From: Steve Ellis <ellis@ATHENA.MIT.EDU>
It is with great reluctance (I just know someone will ask me to fix it)
that I report the following bug in penplot:
routine: qpictr.f
description: when qpictr is called with minimum arguments, i.e. default
behavior, for plotting an array of real*8 values, the
message "NOTHING TO PLOT" appears rather than the plot.
repeat by: run the following test program
c*******************************************
c
c qpictr bug program
c
c*******************************************
double precision array(10)
c
do 10 j = 1, 10
array(j) = float(j)
10 continue
c
call qpictr(array,-1,10)
call sleep(3)
stop
end
c********************************************
fix: see Steve Ellis after the holidays