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