From f1a01e0f25d9d229830224236cdb7dadcf6e53d2 Mon Sep 17 00:00:00 2001 From: Frank Baker Date: Mon, 26 Apr 1999 16:00:15 -0500 Subject: [svn-r1219] Dataspaces.html Fixed Bug #292 -- Errors in array-order transversal (C and Fortran orders were reversed) and a minor copy edit. --- doc/html/Dataspaces.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/html/Dataspaces.html b/doc/html/Dataspaces.html index 97feff6..d1ae3d1 100644 --- a/doc/html/Dataspaces.html +++ b/doc/html/Dataspaces.html @@ -223,14 +223,14 @@ would look like this:
Example 3: Non-contiguous selection with 1,1 offset -

Selections also have an linearization ordering of the points selected +

Selections also have a linearization ordering of the points selected (defaulting to "C" order, ie. last dimension changing fastest). The linearization order may be specified for each point or it may be chosen by the axis of the dataspace. For example, with the default "C" ordering, -example 1's selected points are iterated through in this order: (1,1), (2,1), -(3,1), (1,2), (2,2), etc. With "FORTRAN" ordering, example 1's selected points -would be iterated through in this order: (1,1), (1,2), (1,3), (1,4), (1,5), -(2,1), (2,2), etc. +example 1's selected points are iterated through in this order: (1,1), (1,2), +(1,3), (2,1), (2,2), etc. With "FORTRAN" ordering, example 1's selected points +would be iterated through in this order: (1,1), (2,1), (3,1), (4,1), (5,1), +(1,2), (2,2), etc.

A dataspace may be stored in the file as a permanent object, to allow many datasets to use a commonly defined dataspace. Dataspaces with extendable -- cgit v0.12