File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
// ===============================================================
2
2
//
3
3
// HIBAG R package (HLA Genotype Imputation with Attribute Bagging)
4
- // Copyright (C) 2011-2021 Xiuwen Zheng (zhengx@u.washington.edu)
4
+ // Copyright (C) 2011-2022 Xiuwen Zheng (zhengx@u.washington.edu)
5
5
// All rights reserved.
6
6
//
7
7
// This program is free software: you can redistribute it and/or modify
@@ -1431,7 +1431,14 @@ void CAlg_Prediction::Init_Target_IFunc(const char *cpu)
1431
1431
#ifdef __FMA__
1432
1432
cpu_info.append (" , FMA" );
1433
1433
#endif
1434
+
1435
+ #else
1436
+ fc_PrepHaploMatch = &CAlg_Prediction::_PrepHaploMatch_def;
1437
+ fc_BestGuess = &CAlg_Prediction::_BestGuess_def;
1438
+ fc_PostProb = &CAlg_Prediction::_PostProb_def;
1439
+ fc_PostProb2 = &CAlg_Prediction::_PostProb2_def;
1434
1440
#endif
1441
+
1435
1442
HIBAG_CPU_Info = cpu_info;
1436
1443
need_auxiliary_haplo = need_aux_haplo;
1437
1444
}
Original file line number Diff line number Diff line change 1
1
// ===============================================================
2
2
//
3
3
// HIBAG R package (HLA Genotype Imputation with Attribute Bagging)
4
- // Copyright (C) 2011-2021 Xiuwen Zheng (zhengx@u.washington.edu)
4
+ // Copyright (C) 2011-2022 Xiuwen Zheng (zhengx@u.washington.edu)
5
5
// All rights reserved.
6
6
//
7
7
// This program is free software: you can redistribute it and/or modify
You can’t perform that action at this time.
0 commit comments