X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=bayesian.h;h=405fee3679df7b94ae8f392f62c27886e0b11e36;hp=7c884337495dbb1e0213d1171a54ca20e0eb932c;hb=a8e2df1b96a57f5f29576b08361b86a96a8eff4f;hpb=16abd6271c455bd01b34ff89a2e3641bef0fa128 diff --git a/bayesian.h b/bayesian.h index 7c88433..405fee3 100644 --- a/bayesian.h +++ b/bayesian.h @@ -18,7 +18,7 @@ class Bayesian : public Classify { public: - Bayesian(string, string, string, int, int, int, int, bool); + Bayesian(string, string, string, int, int, int, int, bool, bool); ~Bayesian(); string getTaxonomy(Sequence*);