X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sharedsorest.h;fp=sharedsorest.h;h=58de55225bc96227f82b21a7666bc5d8554e5b3c;hb=c537597ec5ebd47b4898da87ae03b0c2aeced354;hp=1589ccc88ded7362314c294699f34c04d329d738;hpb=197c6d3303439582502840980d6a85cf3aab2314;p=mothur.git diff --git a/sharedsorest.h b/sharedsorest.h index 1589ccc..58de552 100644 --- a/sharedsorest.h +++ b/sharedsorest.h @@ -1,5 +1,5 @@ -#ifndef SHAREDSOREST_H -#define SHAREDSOREST_H +#ifndef SOREST_H +#define SOREST_H /* * sharedsorest.h * Dotur @@ -17,10 +17,10 @@ It is a child of the calculator class. */ /***********************************************************************/ -class SharedSorEst : public Calculator { +class SorEst : public Calculator { public: - SharedSorEst() : Calculator("SharedSorEst", 3) {}; + SorEst() : Calculator("SorEst", 3) {}; EstOutput getValues(SAbundVector*) {return data;}; EstOutput getValues(SharedRAbundVector*, SharedRAbundVector*); private: