Please enable JavaScript in your browser!
Página inicial
Explorar
Ajuda
Entrar
reduce-algebra
/
mtt
mirror de
git://github.com/reduce-algebra/mtt
Observar
2
Favorito
1
Fork
0
Arquivos
Issues
Branch:
master
Branches
Tags
master
version-0-1
5.0.2015.08.11
mtt
/
ntt
/
bin
/
trans
/
mttAssert.m
mttAssert.m
131 B
Link permanente
Histórico
Raw
1
2
3
4
5
6
7
8
function mttAssert(rule,msg)
if ~isempty(rule)
if ~rule
error(['MTT: ',msg]) ;
end
end