Mercurial > repos > public > sbplib
view nextColor.m @ 963:c75ddd568fcc feature/poroelastic
Turn alpha into a boundary operator. Add properties H_w etc for getBoundaryQuadrature to work.
author | Martin Almquist <malmquist@stanford.edu> |
---|---|
date | Wed, 19 Dec 2018 06:58:10 +0100 |
parents | e958ed76e484 |
children |
line wrap: on
line source
function c = nextColor(ah) default_arg('ah', gca); c = ah.ColorOrder(ah.ColorOrderIndex, :); end