update latest releaase of ProbLog

This commit is contained in:
Vitor Santos Costa
2011-09-05 03:07:15 +02:00
parent 86c1842cff
commit 01c80d77e0
6 changed files with 1874 additions and 4 deletions

View File

@@ -229,7 +229,7 @@
%========================================================================
delete_file_silently(File) :-
catch(delete_file(File), _, fail),
delete_file(File),
!.
delete_file_silently(_).