X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sharedanderbergs.h;fp=sharedanderbergs.h;h=0443d02df08a93393c8e94dbf5023594fabd9922;hb=2657127a3e1f3b5463f2b3a3b49bc19843f5c9d2;hp=0000000000000000000000000000000000000000;hpb=d345542d7f1ed7cb3a23704f7f6685699d78421a;p=mothur.git diff --git a/sharedanderbergs.h b/sharedanderbergs.h new file mode 100644 index 0000000..0443d02 --- /dev/null +++ b/sharedanderbergs.h @@ -0,0 +1,30 @@ +#ifndef SHAREDANDERBERG_H +#define SHAREDANDERBERG_H +/* + * sharedanderberg.h + * Mothur + * + * Created by Sarah Westcott on 3/23/09. + * Copyright 2009 Schloss Lab UMASS Amherst. All rights reserved. + * + */ + +#include "calculator.h" + +/***********************************************************************/ + +class SharedAnderberg : public Calculator { + + public: + SharedAnderberg() : Calculator("SharedAnderberg", 1) {}; + EstOutput getValues(SAbundVector*) {return data;}; + EstOutput getValues(SharedRAbundVector*, SharedRAbundVector*); + private: + +}; + +/***********************************************************************/ + + + +#endif \ No newline at end of file