src/hg/instinct/hgHeatmap2/hgHeatmap2.h 1.53

1.53 2010/05/26 21:31:01 cszeto
Added microscope toggle support, removed local_url support
Index: src/hg/instinct/hgHeatmap2/hgHeatmap2.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/instinct/hgHeatmap2/hgHeatmap2.h,v
retrieving revision 1.52
retrieving revision 1.53
diff -b -B -U 4 -r1.52 -r1.53
--- src/hg/instinct/hgHeatmap2/hgHeatmap2.h	17 Mar 2010 01:29:31 -0000	1.52
+++ src/hg/instinct/hgHeatmap2/hgHeatmap2.h	26 May 2010 21:31:01 -0000	1.53
@@ -224,9 +224,9 @@
 
     char *name;
     char *shortLabel;
     char *longLabel;
-    char *local_url;
+    char *microscope;
     int expCount;
 };
 
 struct datasetGroup {