aboutsummaryrefslogtreecommitdiff
path: root/src/gensvm_consistency.c
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2017-02-17 19:02:52 -0500
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2017-02-17 19:02:52 -0500
commit3a30e992cf022f4ec3c76506c070e59d093951d4 (patch)
treefe14713d50876c1d37f1acec40b9a77875d2bba3 /src/gensvm_consistency.c
parentminor code clarification (diff)
downloadgensvm-3a30e992cf022f4ec3c76506c070e59d093951d4.tar.gz
gensvm-3a30e992cf022f4ec3c76506c070e59d093951d4.zip
Remove kernelparam array in favour of explicit kernel parameters
This simplifies a lot of the code and will make it easier to link to other languages.
Diffstat (limited to 'src/gensvm_consistency.c')
-rw-r--r--src/gensvm_consistency.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gensvm_consistency.c b/src/gensvm_consistency.c
index bf8cf9a..07ff7a6 100644
--- a/src/gensvm_consistency.c
+++ b/src/gensvm_consistency.c
@@ -256,8 +256,6 @@ void gensvm_consistency_repeats(struct GenQueue *q, long repeats,
}
free(cv_idx);
- // make sure no double free occurs with the copied kernelparam
- model->kernelparam = NULL;
gensvm_free_model(model);
gensvm_free_queue(nq);