File mttroot/ntt/bin/trans/mttDeleteField.m artifact 482e247ec2 part of check-in 745f0b3e31


function model = mttDeleteField(structure,field_name)
    if isfield(structure,field_name)
        model = rmfield(structure,field_name) ;
    else
        model = structure ;
    end


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