From: Rick M. <rm...@sa...> - 2006-05-30 18:36:39
|
Indeed I am. Thanks for the reply On May 30, 2006, at 11:32 AM, Rob Hetland wrote: > > I believe Rick is talking about negative indices (possible in > FORTRAN), in which case the answer is no. > > -Rob > > On May 30, 2006, at 11:28 AM, Rick Muller wrote: > >> Is it possible to create arrays that run from, say -5:5, rather >> than 0:11? Analogous to the Fortran "allocate(A(-5:5))" command? >> I'm translating a F90 code to Python, and it would be easier to do >> this than to use a python dictionary. > > ----- > Rob Hetland, Assistant Professor > Dept of Oceanography, Texas A&M University > p: 979-458-0096, f: 979-845-6331 > e: he...@ta..., w: http://pong.tamu.edu > > Rick Muller rm...@sa... |