8 * Created by westcott on 12/14/10.
9 * Copyright 2010 Schloss Lab. All rights reserved.
15 #include "calculator.h"
17 /***********************************************************************/
19 class Odum : public Calculator {
22 Odum() : Calculator("odum", 1, false) {};
23 EstOutput getValues(SAbundVector*) {return data;};
24 EstOutput getValues(vector<SharedRAbundVector*>);
25 string getCitation() { return "http://www.mothur.org/wiki/Odum"; }
30 /***********************************************************************/