Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!ncar!tank!ux1.cso.uiuc.edu!ux1.cso.uiuc.edu!uxe.cso.uiuc.edu!mcdonald From: mcdonald@uxe.cso.uiuc.edu Newsgroups: comp.lang.fortran Subject: Re: WHERE statement Message-ID: <50500160@uxe.cso.uiuc.edu> Date: 27 Oct 89 16:15:00 GMT References: <10400001@jadoube> Lines: 15 Nf-ID: #R:jadoube:10400001:uxe.cso.uiuc.edu:50500160:000:650 Nf-From: uxe.cso.uiuc.edu!mcdonald Oct 27 11:15:00 1989 >At least for the example below, the 8x code seems awkward to write, and the >amount of it required greater than the necessary 77 code. The code fragments >are from a cellular automata program that implements a 2-d hexagonal lattice >on an N by N array. I simply don't understand this. Sine F8x is a superset of F77, how can F8x code be "more awkward to write" or the amount "greater than the necessart 77 code" - they are both impossible. Perhaps you could find an unsuited F8x construct, and write worse code using that construct - but you could use the older, more suitable constructs, and have "less awkward" and smaller code. Dpug McDonald