# ISRestorePointRange
Destroys the traversal description created with `ISGetPointRange()` 
## Synopsis
```
#include "petscis.h"  
PetscErrorCode ISRestorePointRange(IS pointIS, PetscInt *pStart, PetscInt *pEnd, const PetscInt **points)
```
Not collective


## Input Parameters

- ***pointIS -*** The `IS` object
- ***pStart  -*** The first index, from `ISGetPointRange()`
- ***pEnd    -*** One past the last index, from `ISGetPointRange()`
- ***points  -*** The indices, from `ISGetPointRange()`





## See Also
 [](sec_scatter), `IS`, `ISGetPointRange()`, `ISGetPointSubrange()`, `ISGetIndices()`, `ISCreateStride()`

## Level
intermediate

## Location
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/vec/is/utils/isltog.c.html#ISRestorePointRange">src/vec/is/utils/isltog.c</A>


---
[Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/vec/is/utils/isltog.c)


[Index of all IS routines](index.md)  
[Table of Contents for all manual pages](/docs/manualpages/index.md)  
[Index of all manual pages](/docs/manualpages/singleindex.md)  
