]> git.donarmstrong.com Git - mothur.git/blobdiff - calculator.h
adding treeclimber and unifrac pieces
[mothur.git] / calculator.h
index 06c3a2425a2a56cbfce3ac3b19b83591dd288c7c..c11989289197661f164564024cdc8d7f0eafc768 100644 (file)
@@ -17,7 +17,7 @@ using namespace std;
 #include "rabundvector.hpp"
 #include "uvest.h"
 
-/* The calculator class is the parent class for all the different estimators implemented in mothur.
+/* The calculator class is the parent class for all the different estimators implemented in mothur except the tree calculators.
 It has 2 pure functions EstOutput getValues(SAbundVector*), which works on a single group, and 
 EstOutput getValues(SharedRAbundVector* shared1, SharedRAbundVector* shared2), which compares 2 groups. */