From d174e73c3f3bc26d96c70c2f3864d39370240e41 Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Fri, 21 Jan 2000 17:32:10 -0500 Subject: [svn-r1943] Fixed bug which was not allowing the "start_point" parameter to H5Sget_select_elem_pointlist to actually get used. It was always returning a list of points selected which started with the beginning of the list of points. --- src/H5Sselect.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/H5Sselect.c b/src/H5Sselect.c index 1c4e4f3..774fdce 100644 --- a/src/H5Sselect.c +++ b/src/H5Sselect.c @@ -1451,7 +1451,6 @@ H5S_get_select_elem_pointlist(H5S_t *space, hsize_t startpoint, hsize_t numpoint } /* end while */ /* Iterate through the node, copying each hyperslab's information */ - node=space->select.sel_info.pnt_lst->head; while(node!=NULL && numpoints>0) { HDmemcpy(buf,node->pnt,sizeof(hsize_t)*rank); buf+=rank; -- cgit v0.12