File ntt/bin/trans/mttGetField.m artifact 93d11ba8da part of check-in a8cce33cfa


function field = mttGetField(structure,component)
	field = [] ;
	if isfield(structure,component)
        field = getfield(structure,component) ;
    end


MTT: Model Transformation Tools
GitHub | SourceHut | Sourceforge | Fossil RSS ]