Mercurial > repos > public > sbplib
view default_field.m @ 671:993aac771efd feature/d1_staggered
Correct characteristic BC in staggered acoustics 1D constant coeff.
author | Martin Almquist <malmquist@stanford.edu> |
---|---|
date | Wed, 27 Dec 2017 17:18:51 +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