From cc40bb91ce4509a177a729e58cb78afe5ca0dfb0 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Mon, 17 Oct 2016 13:44:54 +0200 Subject: refactor gensvm_pred to gensvm_predict --- include/gensvm_gridsearch.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/gensvm_gridsearch.h') diff --git a/include/gensvm_gridsearch.h b/include/gensvm_gridsearch.h index dcd9b93..f59f520 100644 --- a/include/gensvm_gridsearch.h +++ b/include/gensvm_gridsearch.h @@ -20,7 +20,7 @@ #include "gensvm_init.h" #include "gensvm_grid.h" #include "gensvm_optimize.h" -#include "gensvm_pred.h" +#include "gensvm_predict.h" #include "gensvm_queue.h" #include "gensvm_timer.h" -- cgit v1.2.3