Mercurial > repos > public > sbplib
view assertIsMember.m @ 1141:91058813b6e7 feature/laplace_curvilinear_test
Multiply by 2 in VirtaMin so that scheme is actually provably stable.
author | Martin Almquist <malmquist@stanford.edu> |
---|---|
date | Fri, 21 Jun 2019 17:28:33 +0200 |
parents | c596122374df |
children |
line wrap: on
line source
function assertIsMember(v, allowed) assert(ismember(v, allowed), 'Expected ''%s'' to be in the set %s', inputname(1), toString(allowed)); end