diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2016-05-09 20:34:45 +0200 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2016-05-09 20:34:45 +0200 |
| commit | e81907a3d5c8af8a87e19492548e4aab55e84985 (patch) | |
| tree | 8272ab116cb530898ba12ac267fade179fa1e5d5 /src | |
| parent | remove some unnecessary spaces (diff) | |
| download | gensvm-e81907a3d5c8af8a87e19492548e4aab55e84985.tar.gz gensvm-e81907a3d5c8af8a87e19492548e4aab55e84985.zip | |
rename strutil to gensvm_strutil
Diffstat (limited to 'src')
| -rw-r--r-- | src/GenSVMgrid.c | 2 | ||||
| -rw-r--r-- | src/gensvm_io.c | 2 | ||||
| -rw-r--r-- | src/gensvm_strutil.c (renamed from src/strutil.c) | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/GenSVMgrid.c b/src/GenSVMgrid.c index 376eb54..c02f848 100644 --- a/src/GenSVMgrid.c +++ b/src/GenSVMgrid.c @@ -28,7 +28,7 @@ #include "gensvm_pred.h" #include "gensvm_train.h" #include "gensvm_train_dataset.h" -#include "strutil.h" +#include "gensvm_strutil.h" #include "util.h" #define MINARGS 2 diff --git a/src/gensvm_io.c b/src/gensvm_io.c index 8d32f70..ce92805 100644 --- a/src/gensvm_io.c +++ b/src/gensvm_io.c @@ -13,7 +13,7 @@ #include "gensvm.h" #include "gensvm_io.h" #include "gensvm_matrix.h" -#include "strutil.h" +#include "gensvm_strutil.h" #include "timer.h" /** diff --git a/src/strutil.c b/src/gensvm_strutil.c index ca4181f..aab441c 100644 --- a/src/strutil.c +++ b/src/gensvm_strutil.c @@ -9,7 +9,7 @@ * format and checking start and ends of strings. */ -#include "strutil.h" +#include "gensvm_strutil.h" /** * @brief Check if a string starts with a prefix |
