~ubuntu-branches/ubuntu/saucy/ncbi-tools6/saucy-proposed

« back to all changes in this revision

Viewing changes to demo/asnmacro.c

  • Committer: Bazaar Package Importer
  • Author(s): Aaron M. Ucko
  • Date: 2009-08-11 22:03:47 UTC
  • mfrom: (1.4.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 10.
  • Revision ID: james.westby@ubuntu.com-20090811220347-g4b6lzdvphvvbpiu
* New upstream release.
* debian/libncbi6.symbols: update accordingly.
* debian/control: clean up obsolete or redundant relationship declarations.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
*
30
30
* Version Creation Date:   4/12/07
31
31
*
32
 
* $Revision: 1.4 $
 
32
* $Revision: 1.5 $
33
33
*
34
34
* File Description: 
35
35
*
76
76
      options->filter_string = StringSave ("m L");
77
77
      options->word_size = 20;
78
78
      options->cutoff_evalue = act_get_eval (60);
79
 
      options->hint = eNone;
 
79
      options->hint = eBlastHint_None;
80
80
   }
81
81
   else
82
82
   {