File mttroot/ntt/bin/trans/mttAssert.m artifact 0c09e28616 part of check-in 7f0e4f295f
function mttAssert(rule,msg) if ~isempty(rule) if ~rule error(['MTT: ',msg]) ; end end
function mttAssert(rule,msg) if ~isempty(rule) if ~rule error(['MTT: ',msg]) ; end end