On 2007-01-11 14:29-0700 Orion Poplawski wrote: > I believe this is what was intended: > > Index: ./plplot/bindings/f77/sfstubs.h > =================================================================== > RCS file: /cvsroot/plplot/plplot/bindings/f77/sfstubs.h,v > retrieving revision 1.4 > diff -u -r1.4 sfstubs.h > --- ./plplot/bindings/f77/sfstubs.h 27 Apr 2005 06:43:10 -0000 1.4 > +++ ./plplot/bindings/f77/sfstubs.h 11 Jan 2007 21:26:50 -0000 > @@ -37,6 +37,6 @@ > common /zzplstr4/ string4 > common /zzplstr5/ string5 > common /zzplstr6/ string6 > - common /zzplstr6/ string7 > - common /zzplstr6/ string8 > - common /zzplstr6/ string9 > + common /zzplstr7/ string7 > + common /zzplstr8/ string8 > + common /zzplstr9/ string9 > Index: ./plplot/bindings/f95/sfstubs.h > =================================================================== > RCS file: /cvsroot/plplot/plplot/bindings/f95/sfstubs.h,v > retrieving revision 1.2 > diff -u -r1.2 sfstubs.h > --- ./plplot/bindings/f95/sfstubs.h 12 May 2006 17:36:19 -0000 1.2 > +++ ./plplot/bindings/f95/sfstubs.h 11 Jan 2007 21:26:50 -0000 > @@ -36,6 +36,6 @@ > common /zzplstr4/ string4 > common /zzplstr5/ string5 > common /zzplstr6/ string6 > - common /zzplstr6/ string7 > - common /zzplstr6/ string8 > - common /zzplstr6/ string9 > + common /zzplstr7/ string7 > + common /zzplstr8/ string8 > + common /zzplstr9/ string9 >
Hi Orion: Thanks for finding this. Note, the present version should work because the effect of common /zzplstr6/ string6 common /zzplstr6/ string7 common /zzplstr6/ string8 common /zzplstr6/ string9 is identical to common /zzplstr6/ string6, string7, string8, string9 However, I also suspect repeating the 6 is just a typo, and it is a little cleaner to keep the common blocks separate so your patch should probably be applied. Arjen, do you agree? Alan __________________________ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvic.ca). Programming affiliations with the FreeEOS equation-of-state implementation for stellar interiors (freeeos.sf.net); PLplot scientific plotting software package (plplot.org); the Yorick front-end to PLplot (yplot.sf.net); the Loads of Linux Links project (loll.sf.net); and the Linux Brochure Project (lbproject.sf.net). __________________________ Linux-powered Science __________________________ ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Plplot-devel mailing list Plplot-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/plplot-devel