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


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 ]