a44421a79fb36cc2036fe116b97ea3bc9590cd0c braney Fri Dec 2 09:34:39 2011 -0800 removed rcsid (#295) diff --git src/lib/repMask.c src/lib/repMask.c index ba71dfb..4e79ca9 100644 --- src/lib/repMask.c +++ src/lib/repMask.c @@ -1,25 +1,24 @@ /* repMask.c was originally generated by the autoSql program, which also * generated repMask.h and repMask.sql. This module links the database and the RAM * representation of objects. */ #include "common.h" #include "sqlList.h" #include "sqlNum.h" #include "repMask.h" -static char const rcsid[] = "$Id: repMask.c,v 1.6 2005/04/10 14:41:25 markd Exp $"; void repeatMaskOutStaticLoad(char **row, struct repeatMaskOut *ret) /* Load a row from repeatMaskOut table into ret. The contents of ret will * be replaced at the next call to this function. */ { int i; ret->score = sqlUnsigned(row[0]); ret->percDiv = atof(row[1]); ret->percDel = atof(row[2]); ret->percInc = atof(row[3]); ret->qName = row[4]; ret->qStart = sqlSigned(row[5]); ret->qEnd = sqlSigned(row[6]); ret->qLeft = row[7];