Mercurial > repos > public > sbplib
view default_struct.m @ 1256:479d5672fecd feature/FMMlabb
Minor cleanup
author | Vidar Stiernström <vidar.stiernstrom@it.uu.se> |
---|---|
date | Tue, 11 Feb 2020 19:17:49 +0100 |
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