Mercurial > repos > public > sbplib
view default_field.m @ 389:42c89b5eedc0 feature/beams
Add borrowing constants for D2 operators in D4Variable
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Tue, 10 Jan 2017 17:31:28 +0100 |
parents | 14bf01b7a068 |
children | 50cafc4b9e40 |
line wrap: on
line source
function default_field(s, f, val) if isfield(s,f) return end s.(f) = val; assignin('caller', inputname(1),s); end