Skip to content

Commit

Permalink
Update definition from ccv.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Maischein committed Apr 7, 2012
1 parent d8beef2 commit 84a1121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ccv_sparse_coding.c
@@ -1,6 +1,6 @@
#include "ccv.h"
#include "ccv_internal.h"

void ccv_sparse_coding(ccv_matrix_t* x, int k, ccv_matrix_t** A, ccv_matrix_t** y)
void ccv_sparse_coding(ccv_matrix_t* x, int k, ccv_matrix_t** A, int typeA, ccv_matrix_t** y, int typey);
{
}

0 comments on commit 84a1121

Please sign in to comment.