Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow get_region(grid::UnstructuredVectorGrid, values) for a single-c…
…ell grid Previously, a 'cell=1' argument was required in a call to get_region(grid::UnstructuredVectorGrid, values; cell::Union{Int, Symbol}) even if the grid only had 1 cell, which complicates use eg in plot scripts. This commit adds get_region(grid::UnstructuredVectorGrid, values) for a single-cell grid (grid.ncells == 1)
- Loading branch information