]> git.donarmstrong.com Git - samtools.git/blobdiff - bcftools/prob1.h
added "const" to bcf_p1_cal()
[samtools.git] / bcftools / prob1.h
index 157ba4610fd8ff3a02e2467e3a676162ea65cd7b..b4f6a304ae49ff31f9ef9ae88db268cd3f01640e 100644 (file)
@@ -26,7 +26,7 @@ extern "C" {
        void bcf_p1_init_prior(bcf_p1aux_t *ma, int type, double theta);
        void bcf_p1_init_subprior(bcf_p1aux_t *ma, int type, double theta);
        void bcf_p1_destroy(bcf_p1aux_t *ma);
-       int bcf_p1_cal(bcf1_t *b, bcf_p1aux_t *ma, bcf_p1rst_t *rst);
+       int bcf_p1_cal(const bcf1_t *b, bcf_p1aux_t *ma, bcf_p1rst_t *rst);
        int bcf_p1_call_gt(const bcf_p1aux_t *ma, double f0, int k);
        void bcf_p1_dump_afs(bcf_p1aux_t *ma);
        int bcf_p1_read_prior(bcf_p1aux_t *ma, const char *fn);