Mercurial > repos > public > sbplib
view assertIsMember.m @ 1307:fcca6ad8b102 feature/poroelastic
Add diffOp for viscoElastic
author | Martin Almquist <malmquist@stanford.edu> |
---|---|
date | Sun, 19 Jul 2020 20:30:16 -0700 |
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