X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sharedlennon.h;fp=sharedlennon.h;h=57a63554a36585c00d35ca51be1301a1fce41dd4;hb=25cde7ff05bbe741da1712f2c740e0bc8706e523;hp=0000000000000000000000000000000000000000;hpb=39a9b207d1046f3409781c45e38b7a871133d224;p=mothur.git diff --git a/sharedlennon.h b/sharedlennon.h new file mode 100644 index 0000000..57a6355 --- /dev/null +++ b/sharedlennon.h @@ -0,0 +1,32 @@ +#ifndef SHAREDLENNON_H +#define SHAREDLENNON_H + +/* + * sharedlennon.h + * Mothur + * + * Created by Sarah Westcott on 3/24/09. + * Copyright 2009 Schloss Lab UMASS Amherst. All rights reserved. + * + */ + + +#include "calculator.h" + +/***********************************************************************/ + +class SharedLennon : public Calculator { + +public: + SharedLennon() : Calculator("SharedLennon", 1) {}; + EstOutput getValues(SAbundVector*) {return data;}; + EstOutput getValues(SharedRAbundVector*, SharedRAbundVector*); +private: + +}; + +/***********************************************************************/ + + + +#endif \ No newline at end of file