X-Git-Url: https://git.donarmstrong.com/?p=rsem.git;a=blobdiff_plain;f=PairedEndQModel.h;h=bac7135721244a704475e73a6a010a989375d2b7;hp=e328779b6675a3579aa221c32f490b99648053e4;hb=1794b68d34625b39404d5aba9e72646805b710ce;hpb=a95154919f950f86de9104b2b9dcf1f0c7e83387 diff --git a/PairedEndQModel.h b/PairedEndQModel.h index e328779..bac7135 100644 --- a/PairedEndQModel.h +++ b/PairedEndQModel.h @@ -335,7 +335,7 @@ void PairedEndQModel::write(const char* outF) { nqpro->write(fo); if (mw != NULL) { - fprintf(fo, "%d\n", M); + fprintf(fo, "\n%d\n", M); for (int i = 0; i < M; i++) { fprintf(fo, "%.15g ", mw[i]); }