File ntt/bin/trans/mttAssert.m from the latest check-in


function mttAssert(rule,msg)
    if ~isempty(rule)
        if ~rule
            error(['MTT: ',msg]) ;
        end
    end



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