Mercurial > repos > public > sbplib
view nextColor.m @ 1110:9ddd2e89d018 feature/laplace_curvilinear_test
Bugfix in interfaceNonconforming(). Remove unused properties gamm_u, gamm_v.
author | Martin Almquist <malmquist@stanford.edu> |
---|---|
date | Wed, 10 Apr 2019 13:27:50 -0700 |
parents | e958ed76e484 |
children |
line wrap: on
line source
function c = nextColor(ah) default_arg('ah', gca); c = ah.ColorOrder(ah.ColorOrderIndex, :); end