diff options
Diffstat (limited to 'contrib/interface/blast.ml')
| -rwxr-xr-x | contrib/interface/blast.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/interface/blast.ml b/contrib/interface/blast.ml index a7e98b69dc..d5236a7a9f 100755 --- a/contrib/interface/blast.ml +++ b/contrib/interface/blast.ml @@ -506,7 +506,7 @@ let full_auto n gl = tclTRY (search n db_list (make_local_hint_db gl) hyps) gl let default_full_auto gl = full_auto !default_search_depth gl -(***********************************************************************) +(************************************************************************) let blast_tactic = ref (free_try default_full_auto) ;; |
