-
Notifications
You must be signed in to change notification settings - Fork 364
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update the z min/max inside readonly subsets
When a matrix is passed by reference and there is no need to switch to duplication, we adjust the grid's pad to simulate a cut. However, we never updated the header zmin/zmax to reflect the new data region. This PR takes care of this for grids (and cubes). Closes #5294.
- Loading branch information
1 parent
8c55a80
commit e6bd6bd
Showing
3 changed files
with
127 additions
and
77 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters