]> git.donarmstrong.com Git - mothur.git/blobdiff - heatmap.cpp
merged pat's trim seqs edits with sarah's major overhaul of global data; also added...
[mothur.git] / heatmap.cpp
index e707b604a76d204571dc599f7734de817758d7ee..3ed606f17be79024c72cf9834f499128a06d6a2e 100644 (file)
@@ -13,7 +13,7 @@
 HeatMap::HeatMap(string sort, string scale){
        try {
                globaldata = GlobalData::getInstance();
-               format = globaldata->getFormat();
+//             format = globaldata->getFormat();
                sorted = sort;
                scaler = scale;
        }