Please enable JavaScript in your browser!
Domů
Procházet
Nápověda
Přihlásit se
reduce-algebra
/
mtt
zrcadlo
git://github.com/reduce-algebra/mtt
Sledovat
2
Oblíbit
1
Rozštěpit
0
Soubory
Úkoly
Strom:
476fe0339d
Větve
Značky
master
version-0-1
5.0.2015.08.11
mtt
/
ntt
/
bin
/
trans
/
mttAssert.m
mttAssert.m
131 B
Historie
Surový
1
2
3
4
5
6
7
8
function mttAssert(rule,msg)
if ~isempty(rule)
if ~rule
error(['MTT: ',msg]) ;
end
end