src/hg/instinct/hgHeatmap2/hgHeatmap2.h 1.51
1.51 2009/10/23 20:01:39 cszeto
Added local_url feature
Index: src/hg/instinct/hgHeatmap2/hgHeatmap2.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/instinct/hgHeatmap2/hgHeatmap2.h,v
retrieving revision 1.50
retrieving revision 1.51
diff -b -B -U 4 -r1.50 -r1.51
--- src/hg/instinct/hgHeatmap2/hgHeatmap2.h 2 Sep 2009 17:43:13 -0000 1.50
+++ src/hg/instinct/hgHeatmap2/hgHeatmap2.h 23 Oct 2009 20:01:39 -0000 1.51
@@ -222,9 +222,9 @@
char *name;
char *shortLabel;
char *longLabel;
- char *url;
+ char *local_url;
int expCount;
};
struct datasetGroup {