Mercurial > repos > public > sbplib
view default_struct.m @ 999:337c4d1dcef5 feature/getBoundaryOp
Fix overlooked Schrodinger1d scheme.
author | Martin Almquist <malmquist@stanford.edu> |
---|---|
date | Sat, 12 Jan 2019 13:44:08 -0800 |
parents | 46256fffa329 |
children |
line wrap: on
line source
function default_struct(s, val) if evalin('caller',sprintf('~exist(''%s'',''var'')',s)) given = []; else given = evalin('caller', s); end final = copyWithDefault(given, val); assignin('caller', s, final); end