vel -> ve

This commit is contained in:
Vitor Santos Costa
2011-05-21 00:27:25 +01:00
parent 27dbe24b9e
commit b3bd547f55
5 changed files with 43 additions and 43 deletions

View File

@@ -38,7 +38,7 @@ run_all(M:Gs) :-
run_all([],_).
run_all([G|Gs],M) :-
% (G = _:ge(ybr136w,t8,23,-1) -> nb_getval(clpbn_tables, Tab), writeln(Tab) ; true ),
( call(M:G) -> true ; writeln(bad:M:G), start_low_level_trace, M:G ; halt ),
( call(M:G) -> true ; throw(bad_call(M:G)) ),
run_all(Gs,M).
clpbn_vars(Vs,BVars) :-