diff options
author | Pjotr Prins | 2017-07-07 06:54:26 +0000 |
---|---|---|
committer | Pjotr Prins | 2017-07-07 06:54:26 +0000 |
commit | b9758364059d52e153a9f1b4fcae3bc3f3e68422 (patch) | |
tree | cc3b526c1621ca452ded085114d7c40559c09887 /src/param.h | |
parent | dd72b87354d1d3f6d3aa42ed0123a23880e9cb15 (diff) | |
download | pangemma-b9758364059d52e153a9f1b4fcae3bc3f3e68422.tar.gz |
Fix spacing
Diffstat (limited to 'src/param.h')
-rw-r--r-- | src/param.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/param.h b/src/param.h index 9707790..f58da53 100644 --- a/src/param.h +++ b/src/param.h @@ -141,7 +141,7 @@ public: string file_read; // File containing total number of reads. string file_gene; // Gene expression file. string file_snps; // File containing analyzed SNPs or genes. - + // WJA added. string file_oxford; @@ -212,7 +212,7 @@ public: // Summary statistics. bool error; - + // Number of individuals. size_t ni_total, ni_test, ni_cvt, ni_study, ni_ref; @@ -221,7 +221,7 @@ public: // Number of SNPs. size_t ns_total, ns_test, ns_study, ns_ref; - + size_t ng_total, ng_test; // Number of genes. size_t ni_control, ni_case; // Number of controls and number of cases. size_t ni_subsample; // Number of subsampled individuals. |