File mttroot/ntt/bin/trans/mttSetFieldDefault.m artifact 5626026953 part of check-in cdfbf2e2fc
function structure = mttSetFieldDefault(structure,component,value) undefined = 0 ; if isfield(structure,component) undefined = isempty(getfield(structure,component)) ; else undefined = 1 ; end if undefined structure = setfield(structure,component,value) ; end