Please enable JavaScript in your browser!
Главная
Обзор
Помощь
Вход
reduce-algebra
/
mtt
зеркало из
git://github.com/reduce-algebra/mtt
Следить
2
В избранное
1
Ответвить
0
Файлы
Обсуждения
Дерево:
476fe0339d
Ветки
Метки
master
version-0-1
5.0.2015.08.11
mtt
/
ntt
/
bin
/
trans
/
mttAssert.m
mttAssert.m
131 B
История
Исходник
1
2
3
4
5
6
7
8
function mttAssert(rule,msg)
if ~isempty(rule)
if ~rule
error(['MTT: ',msg]) ;
end
end