]> git.donarmstrong.com Git - mothur.git/blobdiff - collect.cpp
added errorchecking and help info on new unifrac and treeclimber code
[mothur.git] / collect.cpp
index 7f589ce692eab1297cbc059563a5aa5a6a17e9e7..a06c320f37f952c527533abae162e13af5a438b1 100644 (file)
@@ -3,7 +3,7 @@
  *  Dotur
  *
  *  Created by Sarah Westcott on 11/18/08.
- *  Copyright 2008 __MyCompanyName__. All rights reserved.
+ *  Copyright 2008 Schloss Lab UMASS Amherst. All rights reserved.
  *
  */
 
@@ -148,6 +148,7 @@ try {
 }
 
 /**************************************************************************************/
+
 void Collect::getGroupComb() {
                string group;
                
@@ -163,4 +164,6 @@ void Collect::getGroupComb() {
                        n++;
                }
 
-}
\ No newline at end of file
+}
+
+/**************************************************************************************/