diff options
Diffstat (limited to 'include/gensvm_sparse.h')
| -rw-r--r-- | include/gensvm_sparse.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gensvm_sparse.h b/include/gensvm_sparse.h index f897889..ed80cf2 100644 --- a/include/gensvm_sparse.h +++ b/include/gensvm_sparse.h @@ -68,7 +68,7 @@ struct GenSparse { ///< column indices, should be of length nnz }; -struct GenSparse *gensvm_init_sparse(); +struct GenSparse *gensvm_init_sparse(void); void gensvm_free_sparse(struct GenSparse *sp); long gensvm_count_nnz(double *A, long rows, long cols); bool gensvm_nnz_comparison(long nnz, long rows, long cols); |
