diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/gensvm_gridsearch.h | 2 | ||||
| -rw-r--r-- | include/gensvm_predict.h (renamed from include/gensvm_pred.h) | 4 |
2 files changed, 3 insertions, 3 deletions
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" diff --git a/include/gensvm_pred.h b/include/gensvm_predict.h index 12a59eb..a60ddd9 100644 --- a/include/gensvm_pred.h +++ b/include/gensvm_predict.h @@ -9,8 +9,8 @@ * */ -#ifndef GENSVM_PRED_H -#define GENSVM_PRED_H +#ifndef GENSVM_PREDICT_H +#define GENSVM_PREDICT_H // includes #include "gensvm_kernel.h" |
