aboutsummaryrefslogtreecommitdiff
path: root/src/prdt.h
diff options
context:
space:
mode:
authorPjotr Prins2017-07-07 06:54:26 +0000
committerPjotr Prins2017-07-07 06:54:26 +0000
commitb9758364059d52e153a9f1b4fcae3bc3f3e68422 (patch)
treecc3b526c1621ca452ded085114d7c40559c09887 /src/prdt.h
parentdd72b87354d1d3f6d3aa42ed0123a23880e9cb15 (diff)
downloadpangemma-b9758364059d52e153a9f1b4fcae3bc3f3e68422.tar.gz
Fix spacing
Diffstat (limited to 'src/prdt.h')
-rw-r--r--src/prdt.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/prdt.h b/src/prdt.h
index 2da9fd0..0939b36 100644
--- a/src/prdt.h
+++ b/src/prdt.h
@@ -16,7 +16,7 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef __PRDT_H__
+#ifndef __PRDT_H__
#define __PRDT_H__
#include <vector>
@@ -29,30 +29,30 @@
using namespace std;
class PRDT {
-
+
public:
// IO-related parameters.
size_t a_mode;
size_t d_pace;
-
+
string file_bfile;
string file_geno;
string file_out;
string path_out;
-
+
vector<vector<int> > indicator_pheno;
vector<int> indicator_cvt;
vector<int> indicator_idv;
vector<SNPINFO> snpInfo;
map<string, double> mapRS2est;
-
+
size_t n_ph;
size_t np_obs, np_miss;
size_t ns_total;
size_t ns_test;
-
+
double time_eigen;
-
+
// Main functions.
void CopyFromParam (PARAM &cPar);
void CopyToParam (PARAM &cPar);