view centerColorbar.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 14f2be4fe9c1
children
line wrap: on
line source

function centerColorbar(ah)
    old = ah.CLim;

    l = max(abs(old));
    ah.CLim = [-l l];
end