8 * Created by Sarah Westcott on 3/24/09.
9 * Copyright 2009 Schloss Lab UMASS Amherst. All rights reserved.
14 #include "calculator.h"
16 /***********************************************************************/
18 class Lennon : public Calculator {
21 Lennon() : Calculator("lennon", 1, false) {};
22 EstOutput getValues(SAbundVector*) {return data;};
23 EstOutput getValues(vector<SharedRAbundVector*>);
24 string getCitation() { return "http://www.mothur.org/wiki/Lennon"; }
29 /***********************************************************************/