diff options
Diffstat (limited to 'include/gensvm_simplex.h')
| -rw-r--r-- | include/gensvm_simplex.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/gensvm_simplex.h b/include/gensvm_simplex.h index d774afa..4f8a475 100644 --- a/include/gensvm_simplex.h +++ b/include/gensvm_simplex.h @@ -10,9 +10,10 @@ #define GENSVM_SIMPLEX_H // includes -#include "gensvm_globals.h" +#include "gensvm_base.h" // forward declarations -void gensvm_simplex(long K, double *U); +void gensvm_simplex(struct GenModel *model); +void gensvm_simplex_diff(struct GenModel *model); #endif |
