Mercurial > repos > public > sbplib
view default_field.m @ 857:3c916a00033f feature/poroelastic
Bugfix in static getTimeStep method in RungeKuttaDiscreteData
author | Martin Almquist <malmquist@stanford.edu> |
---|---|
date | Tue, 02 Oct 2018 13:42:11 -0700 |
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