[comp.sys.hp] CORRECTION: fortran problems on the 800

Daniel.Stodolsky@cs.cmu.edu (01/18/90)

It appears I made a typo in that post. The array in the program dumping
core should be

	real*8 rwork(1071111)

instead of 

	real*8 rwork(1011117)

So the whole bad program is

	real*8  rwork(1071111)
		rwork(1) = 0.0d0
		stop
		end


Thanks to Michael J. Corrigan to bring this to my attention.

Dan Stodolsky
Engineering Design Research Center