Fixed a bug in resize. It was losing storage order.

[SVN r33239]
This commit is contained in:
Ronald Garcia 2006-03-06 20:57:48 +00:00
parent 150fcf9a59
commit 59733752f3

View File

@ -384,7 +384,7 @@ public:
// build a multi_array with the specs given
multi_array new_array(ranges);
multi_array new_array(ranges,this->storage_order());
// build a view of tmp with the minimum extents