Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!zaphod.mps.ohio-state.edu!lavaca.uh.edu!menudo.uh.edu!davison From: davison@menudo.uh.edu (Dan Davison) Newsgroups: comp.lang.fortran Subject: Re: What does "adjustable array is not a dummy argument" mean? Message-ID: <1991Apr19.213716.21675@menudo.uh.edu> Date: 19 Apr 91 21:37:16 GMT References: <1991Apr18.223457.23190@menudo.uh.edu> <7188@oasys.dt.navy.mil> <32399@shamash.cdc.com> Sender: usenet@menudo.uh.edu (USENET News System) Organization: University of Houston Lines: 23 In-Reply-To: ddh@hare.cdc.com's message of 19 Apr 91 17: 25:05 GMT Nntp-Posting-Host: menudo.uh.edu A number of folks have suggested that the problem I posted about What does "adjustable array is not a dummy argument" mean? might be cured by changing the declaration of the array from dimension seq(mdim) to dimension seq(1) or even dimension seq(*) Where mdim is a parameterized variable. Nope, it doesn't do any good. I guess it's just a crufy compiler... Further clues would be welcome.... thanks very much, dan davison -- dr. dan davison/dept. of biochemical and biophysical sciences/univ. of Houston/4800 Calhoun/Houston,TX 77054-5500/davison@uh.edu/DAVISON@UHOU Disclaimer: As always, I speak only for myself, and, usually, only to myself.