a44421a79fb36cc2036fe116b97ea3bc9590cd0c braney Fri Dec 2 09:34:39 2011 -0800 removed rcsid (#295) diff --git src/hg/lib/affyPairs.c src/hg/lib/affyPairs.c index fde8f04..f4a40bb 100644 --- src/hg/lib/affyPairs.c +++ src/hg/lib/affyPairs.c @@ -1,26 +1,25 @@ /* affyPairs.c was originally generated by the autoSql program, which also * generated affyPairs.h and affyPairs.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 "affyPairs.h" -static char const rcsid[] = "$Id: affyPairs.c,v 1.3 2005/04/11 08:13:43 markd Exp $"; void affyPairsStaticLoad(char **row, struct affyPairs *ret) /* Load a row from affyPairs table into ret. The contents of ret will * be replaced at the next call to this function. */ { ret->x = sqlUnsigned(row[0]); ret->y = sqlUnsigned(row[1]); ret->probeSet = row[2]; ret->method = row[3]; ret->tBase = sqlUnsigned(row[4]); ret->pos = sqlUnsigned(row[5]); ret->pm = atof(row[6]); ret->pms = atof(row[7]); ret->pmp = atof(row[8]); ret->mm = atof(row[9]);