]> git.donarmstrong.com Git - mothur.git/blobdiff - mothur.cpp
started shared utilities, updates to venn and heatmap added tree.groups command
[mothur.git] / mothur.cpp
index 8c55240965b5481bae5a551488c6e3ac957ee494..c60644d027d7fee1f1e18ce90b5a4458c411ef3b 100644 (file)
@@ -13,6 +13,8 @@
 
 using namespace std;
 
+/**************************************************************************************************/
+
 GlobalData* GlobalData::_uniqueInstance = 0;
 
 int main(int argc, char *argv[]){
@@ -46,3 +48,5 @@ int main(int argc, char *argv[]){
        }
 }
 
+/**************************************************************************************************/
+