~ubuntu-branches/ubuntu/intrepid/ncbi-tools6/intrepid

« back to all changes in this revision

Viewing changes to cn3d/cn3dmatn.c

  • Committer: Bazaar Package Importer
  • Author(s): Barry deFreese
  • Date: 2006-12-07 15:02:17 UTC
  • mfrom: (1.1.6 upstream) (2.1.2 etch)
  • Revision ID: james.westby@ubuntu.com-20061207150217-dhkefi84mxhwof0l
Tags: 6.1.20061015-1ubuntu1
* Re-sync with Debian
* Re-add .desktop files from Phil Bull (Closes Malone: #36384)

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
*
34
34
* Modifications:
35
35
* $Log: cn3dmatn.c,v $
 
36
* Revision 6.94  2006/07/13 17:08:36  bollin
 
37
* use Uint4 instead of Uint2 for itemID values
 
38
*
36
39
* Revision 6.93  2000/03/14 16:20:56  lewisg
37
40
* bug fix: selection on non-aligned residues
38
41
*
324
327
    PMMD pmmdThis = NULL;
325
328
    SeqLocPtr slp = NULL;
326
329
 
327
 
    Uint2 entityID, itemID;
 
330
    Uint4 entityID, itemID;
328
331
    Int4 from, to;
329
332
 
330
333
    pmgdThis = pdnmgThis->data.ptrvalue;