small fixes.
This commit is contained in:
parent
82d6640fea
commit
efc857b3e1
@ -96,7 +96,7 @@ db_dynamic(Min) :-
|
||||
predicate_statistics(M:P,Cls,CSz,ISz),
|
||||
predicate_erased_statistics(M:P,ECls,ECSz,EISz),
|
||||
Sz is (CSz+ISz+ECSz+EISz),
|
||||
Sz < Min),
|
||||
Sz > Min),
|
||||
All),
|
||||
format(user_error,' Dynamic user code~n===========================~n',[]),
|
||||
display_dpreds(All).
|
||||
|
Reference in New Issue
Block a user