X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sharedjest.h;fp=sharedjest.h;h=fa1f613e610631247b693ae2b4e1ce8be857390b;hb=c537597ec5ebd47b4898da87ae03b0c2aeced354;hp=405e68c65fee05eb84be835639e6fe547cc68dea;hpb=197c6d3303439582502840980d6a85cf3aab2314;p=mothur.git diff --git a/sharedjest.h b/sharedjest.h index 405e68c..fa1f613 100644 --- a/sharedjest.h +++ b/sharedjest.h @@ -1,5 +1,5 @@ -#ifndef SHAREDJEST_H -#define SHAREDJEST_H +#ifndef JEST_H +#define JEST_H /* * sharedjest.h * Dotur @@ -17,10 +17,10 @@ It is a child of the calculator class. */ /***********************************************************************/ -class SharedJest : public Calculator { +class Jest : public Calculator { public: - SharedJest() : Calculator("SharedJest", 3) {}; + Jest() : Calculator("Jest", 3) {}; EstOutput getValues(SAbundVector*) {return data;}; EstOutput getValues(SharedRAbundVector*, SharedRAbundVector*); private: