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

« back to all changes in this revision

Viewing changes to sequin/sequin9.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/20/99
31
31
*
32
 
* $Revision: 6.477 $
 
32
* $Revision: 6.479 $
33
33
*
34
34
* File Description: 
35
35
*
3665
3665
 * act on SEQLOC_INT, SEQLOC_PNT, and SEQLOC_PACKED_PNT and will ignore
3666
3666
 * other types.
3667
3667
 */
3668
 
static void 
 
3668
extern void 
3669
3669
ReplaceComplexLocation 
3670
3670
(SeqLocPtr   slp,
3671
3671
 SeqAlignPtr salp,
3739
3739
  return new_loc;
3740
3740
}
3741
3741
 
 
3742
 
3742
3743
static Boolean DoFeaturePropThruAlign (
3743
3744
  UpsDataPtr udp,
3744
3745
  SeqAnnotPtr PNTR sapp
5940
5941
  if (nucBsp == NULL) return FALSE;
5941
5942
  
5942
5943
  newloc = SeqLocMergeExEx (nucBsp, sfp->location, NULL, FALSE, FALSE,
5943
 
                            MergeOverlapsForThisFeature (sfp), FALSE, FALSE);
 
5944
                            MergeOverlapsForThisFeature (sfp), FALSE, FALSE, FALSE);
5944
5945
 
5945
5946
  if (newloc == NULL) return FALSE;
5946
5947
  sfp->location = newloc;