![]() |
Blitz Support : |
From: Marcel Loose (loose_at_[hidden])
Date: 2004-10-27 07:26:26
Hi,
Unitl recently, we've been using Blitz++ 0.6. While testing the "new"
0.7 version, I noticed that the way the default array storage is defined
has changed significantly. In version 0.6 you could define the
preprocessor symbol BZ_DEFAULT_ARRAY_STORAGE, so that all arrays that
you create have the same storage order. I could not figure out how to do
this in version 0.7, other than explicitly specifying the storage order
in the constructor, which is definitely undesirable. Did I miss
something?
Kind regards,
Marcel Loose.