X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=coverage.h;fp=coverage.h;h=0000000000000000000000000000000000000000;hb=4a877efa127e56e81a21f53cfdbbfd3bfbe8c4ff;hp=8d6fead9aa33a25cb0fa9b3e1a98a01c61b18722;hpb=a6cf29fa4dac0909c7582cb1094151d34093ee76;p=mothur.git diff --git a/coverage.h b/coverage.h deleted file mode 100644 index 8d6fead..0000000 --- a/coverage.h +++ /dev/null @@ -1,32 +0,0 @@ -#ifndef COVERAGE_H -#define COVERAGE_H - -/* - * coverage.h - * Mothur - * - * Created by Pat Schloss on 4/22/09. - * Copyright 2009 Patrick D. Schloss. All rights reserved. - * - */ - -#include "calculator.h" - -/* This class implements the coverage estimator on single group. - It is a child of the calculator class. */ - -/***********************************************************************/ - -class Coverage : public Calculator { - -public: - Coverage() : Calculator("coverage", 1, false) {}; - EstOutput getValues(SAbundVector*); - EstOutput getValues(vector) {return data;}; - string getCitation() { return "http://www.mothur.org/wiki/Coverage"; } -}; - - -/***********************************************************************/ - -#endif