a44421a79fb36cc2036fe116b97ea3bc9590cd0c braney Fri Dec 2 09:34:39 2011 -0800 removed rcsid (#295) diff --git src/hg/lib/blastTab.c src/hg/lib/blastTab.c index 2f211d6..2cb28a7 100644 --- src/hg/lib/blastTab.c +++ src/hg/lib/blastTab.c @@ -1,26 +1,25 @@ /* blastTab.c was originally generated by the autoSql program, which also * generated blastTab.h and blastTab.sql. This module links the database and * the RAM representation of objects. */ #include "common.h" #include "linefile.h" #include "dystring.h" #include "jksql.h" #include "blastTab.h" -static char const rcsid[] = "$Id: blastTab.c,v 1.4 2008/09/17 18:10:13 kent Exp $"; void blastTabStaticLoad(char **row, struct blastTab *ret) /* Load a row from blastTab table into ret. The contents of ret will * be replaced at the next call to this function. */ { ret->query = row[0]; ret->target = row[1]; ret->identity = atof(row[2]); ret->aliLength = sqlUnsigned(row[3]); ret->mismatch = sqlUnsigned(row[4]); ret->gapOpen = sqlUnsigned(row[5]); ret->qStart = sqlUnsigned(row[6]); ret->qEnd = sqlUnsigned(row[7]); ret->tStart = sqlUnsigned(row[8]);