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