Mercurial > repos > public > sbplib
view nextColor.m @ 1284:5412fd72a7d8 feature/boundary_optimized_grids
New branch for developing grids based on the boundary optimized sbp opertors
author | Vidar Stiernström <vidar.stiernstrom@it.uu.se> |
---|---|
date | Wed, 01 Jul 2020 17:44:34 +0200 |
parents | e958ed76e484 |
children |
line wrap: on
line source
function c = nextColor(ah) default_arg('ah', gca); c = ah.ColorOrder(ah.ColorOrderIndex, :); end