Please enable JavaScript in your browser!
Kezdőlap
Felfedezés
Súgó
Bejelentkezés
reduce-algebra
/
mtt
tükrözi:
git://github.com/reduce-algebra/mtt
Figyelés
2
Kedvenc
1
Másolás
0
Fájlok
Problémák
Fa:
476fe0339d
Branch-ok
Tag-ek
master
version-0-1
5.0.2015.08.11
mtt
/
ntt
/
bin
/
trans
/
mttAssert.m
mttAssert.m
131 B
Előzmények
Nyers
1
2
3
4
5
6
7
8
function mttAssert(rule,msg)
if ~isempty(rule)
if ~rule
error(['MTT: ',msg]) ;
end
end