aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCalvin Morrison <mutantturkey@gmail.com>2013-10-29 15:06:48 -0400
committerCalvin Morrison <mutantturkey@gmail.com>2013-10-29 15:06:48 -0400
commit98bb45144f49eead1cb9b6991ec0cc3021b86df4 (patch)
tree0acbc9872720b1dd17f6b6bea2bfa27741cd7af6
parent522e5d42c874d0443d1738ba790aad099b9951d9 (diff)
update header
-rw-r--r--src/c/quikr_functions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/c/quikr_functions.h b/src/c/quikr_functions.h
index 6ebde00..8e0a525 100644
--- a/src/c/quikr_functions.h
+++ b/src/c/quikr_functions.h
@@ -5,7 +5,7 @@ unsigned long long count_sequences(const char *filename);
void normalize_matrix(double *matrix, int height, int width);
// load a sensing matrix
-struct sensing_matrix *load_sensing_matrix(const char *filename);
+struct matrix *load_sensing_matrix(const char *filename);
// load a count matrix
double *load_count_matrix(char *filename, int width, int kmer);