On Wed, 01 Apr 2009 04:15:00 +0100, Lada Kugis <lada.ku...@gmail.com> wrote:

On Wed, 01 Apr 2009 03:59:36 +0100, "Rhodri James"
<rho...@wildebst.demon.co.uk> wrote:


Two opportunities to forget to lie about how big your array is

It is rank 3, meaning a33 is the last element. I don't see how any
alternative can be simpler than that.

You were saying about translating between C programs and FORTRAN
libraries.  C arrays are 0-based, FORTRANs are 1-based.  The
entry and exit points therefore give you two opportunities to
forget that you need to translate.  I don't rate that as simple,
myself.

--
Rhodri James *-* Wildebeeste Herder to the Masses
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to