Mercurial > repos > public > sbplib
view default_field.m @ 859:4c7532db42cd feature/poroelastic
Add method getTimeStepQuadrature to RungeKuttaDiscreteData
author | Martin Almquist <malmquist@stanford.edu> |
---|---|
date | Wed, 03 Oct 2018 10:43:24 -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