Randall,

This has something to do with the order of the deltas. It appears that something is broke. If you change your deltas to be row major [2 0][0 1], then things seem to work normally.

Looking at how Slab really constructs its new grid, I bet it has something to do with Slice's grid construction. Slab does not just return

origin=[100,201], deltas={ [0,1],[2,0] }, counts=[1,4]

but a product array that is much messier. Sorry I can't be of more help.

David
--
.............................................................................
David L. Thompson                          The University of Montana
mailto:[EMAIL PROTECTED]                 Computer Science Department
http://www.cs.umt.edu/u/dthompsn           Missoula, MT  59812
                                           Work Phone : (406)257-8530

Reply via email to