]> git.donarmstrong.com Git - mothur.git/blob - sharedmarczewski.h
working on pam
[mothur.git] / sharedmarczewski.h
1 #ifndef SHAREDMARCZEWSKI_H
2 #define SHAREDMARCZEWSKI_H
3
4 /*
5  *  sharedmarczewski.h
6  *  Mothur
7  *
8  *  Created by Thomas Ryabin on 4/8/09.
9  *  Copyright 2009 Schloss Lab UMASS Amherst. All rights reserved.
10  *
11  */
12
13 #include "calculator.h"
14
15 /***********************************************************************/
16
17 class SharedMarczewski : public Calculator  {
18         
19 public:
20         SharedMarczewski() : Calculator("sharedmarczewski", 1, false) {};
21         EstOutput getValues(SAbundVector*) {return data;};
22         EstOutput getValues(vector<SharedRAbundVector*>);
23         string getCitation() { return "http://www.mothur.org/wiki/Sharedmarczewski"; }
24 private:
25 };
26
27 /***********************************************************************/
28
29 #endif