aboutsummaryrefslogtreecommitdiff
path: root/src/gemma.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gemma.cpp')
-rw-r--r--src/gemma.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gemma.cpp b/src/gemma.cpp
index 8977255..df8934e 100644
--- a/src/gemma.cpp
+++ b/src/gemma.cpp
@@ -3042,9 +3042,9 @@ void GEMMA::BatchRun(PARAM &cPar) {
}
// load annotations
- gsl_matrix *Ac;
- gsl_matrix_int *Ad;
- gsl_vector_int *dlevel;
+ gsl_matrix *Ac = NULL;
+ gsl_matrix_int *Ad = NULL;
+ gsl_vector_int *dlevel = NULL;
size_t kc, kd;
if (!cPar.file_cat.empty()) {
ReadFile_cat(cPar.file_cat, vec_rs, Ac, Ad, dlevel, kc, kd);