]> git.donarmstrong.com Git - mothur.git/blobdiff - calculator.h
fixed some bugs
[mothur.git] / calculator.h
index 8b21f7071a40df4a7202176d4132d3f2d6173adc..5dc081296748412a8e61e883d11ac60d70cfd864 100644 (file)
@@ -21,6 +21,7 @@ class Calculator {
 
 public:
        Calculator(){};
+       virtual ~Calculator(){};
        Calculator(string n, int c, bool m) : name(n), cols(c), multiple(m) {};
        virtual EstOutput getValues(SAbundVector*) = 0; 
        virtual EstOutput getValues(vector<SharedRAbundVector*>) = 0;