X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=metastats2.c;h=a6424f5fa95086083d4c09658f7c9e2338d2381c;hb=8173238f9f94af9baab8471de58bed7c8830948d;hp=81ffb00347de5f51795cf74e6c605e664cc80f99;hpb=794b3f789d6160c99b75edb9cf9af5cf3df4b9da;p=mothur.git diff --git a/metastats2.c b/metastats2.c index 81ffb00..a6424f5 100644 --- a/metastats2.c +++ b/metastats2.c @@ -186,7 +186,7 @@ int metastat_main (char* outputFileName, int numRows, int numCols, double thresh int *nr, *nc, *ldtabl, *work; int nrow=2, ncol=2, ldtable=2; - int workspace = 2*(row*col*sizeof(double *)); + int workspace = 6*(row*col*sizeof(double *)); double *expect, *prc, *emin,*prt,*pre; double e=0, prc1=0, emin1=0, prt1=0, pre1=0;