src/hg/overlapSelect/chromAnn.c 1.15
1.15 2009/07/31 18:09:23 markd
added rcsids
Index: src/hg/overlapSelect/chromAnn.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/overlapSelect/chromAnn.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -b -B -U 4 -r1.14 -r1.15
--- src/hg/overlapSelect/chromAnn.c 22 Jul 2009 07:01:28 -0000 1.14
+++ src/hg/overlapSelect/chromAnn.c 31 Jul 2009 18:09:23 -0000 1.15
@@ -10,8 +10,10 @@
#include "genePred.h"
#include "coordCols.h"
#include "verbose.h"
+static char const rcsid[] = "$Id$";
+
static struct chromAnnBlk* chromAnnBlkNew(struct chromAnn *ca, int start, int end)
/* create new block object and add to chromAnn object */
{
struct chromAnnBlk* caBlk;