]> git.donarmstrong.com Git - mothur.git/blobdiff - readotu.cpp
removed read.dist, read.otu, read.tree and globaldata. added current to defaults...
[mothur.git] / readotu.cpp
index 00448f8a24cced84a346dfedc434ffa838698371..5cb52bb8d8333e171d7e6de16b1e83057ff4d558 100644 (file)
@@ -9,14 +9,14 @@
 
 #include "readotu.h"
 
-/***********************************************************************/
+/***********************************************************************
 
 ReadOTUFile::ReadOTUFile(string pf): philFile(pf){
        m = MothurOut::getInstance();
        //m->openInputFile(philFile, fileHandle);
 }
 
-/***********************************************************************/
+/***********************************************************************
 //This function reads the list, rabund or sabund files to be used by collect and rarefact command.
 void ReadOTUFile::read(GlobalData* globaldata){
        try {
@@ -75,7 +75,7 @@ void ReadOTUFile::read(GlobalData* globaldata){
        }
 }
 
-/***********************************************************************/
+/***********************************************************************
 
 ReadOTUFile::~ReadOTUFile(){
 //     delete input;