Blitz logo

Blitz Support :

From: Patrik (patrik_at_[hidden])
Date: 2004-02-29 18:30:09


hi everyone,

I ran into this interesting issue. I'm creating an array from a tensor
expression like this:

array_2 full_disk_SED (log10 ( this_mass (blitz::tensor::i)*disk_SED
(blitz::tensor::j)));

(array_2 is just the typedef for Array <double, 2 >). This array has
Fortran storage order. Does this make sense to anyone?

Regards,

/Patrik