src/hg/gsid/gsidTable/gsidTable.h 1.8

1.8 2009/09/24 16:51:44 fanhsu
Fixed a bug that was hidden for years.
Index: src/hg/gsid/gsidTable/gsidTable.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/gsid/gsidTable/gsidTable.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -b -B -U 4 -r1.7 -r1.8
--- src/hg/gsid/gsidTable/gsidTable.h	4 Nov 2007 01:51:57 -0000	1.7
+++ src/hg/gsid/gsidTable/gsidTable.h	24 Sep 2009 16:51:44 -0000	1.8
@@ -10,9 +10,9 @@
     struct subjInfo *next;
     char **fields;       /* array of field values from gsidSubjInfo. fields[0] is always subjId */
     char *sortString;    /* value to use if sorting as a string */
     int sortInteger;     /* value to use if sorting as an integer */
-    int sortDouble;      /* value to use if sorting as an double */
+    double sortDouble;   /* value to use if sorting as an double */
     };
 
 
 struct column