Mercurial > repos > public > sbplib
view default_struct.m @ 1019:f029b97dbc72 feature/advectionRV
Support upwind opSet in Utux2d
| author | Vidar Stiernström <vidar.stiernstrom@it.uu.se> |
|---|---|
| date | Fri, 14 Dec 2018 18:30:27 +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
