Mercurial > repos > public > sbplib
view nextColor.m @ 1278:ce422ba8964e feature/poroelastic
Add extra input pars to multiblock/Grid.getBoundary(), to be able to use the Staggered getBoundary method
author | Martin Almquist <malmquist@stanford.edu> |
---|---|
date | Sun, 07 Jun 2020 11:28:22 -0700 |
parents | e958ed76e484 |
children |
line wrap: on
line source
function c = nextColor(ah) default_arg('ah', gca); c = ah.ColorOrder(ah.ColorOrderIndex, :); end