From 592e0945fcfb94d641c16f2cf02add0c0430b226 Mon Sep 17 00:00:00 2001 From: Calvin Morrison Date: Tue, 4 Mar 2014 14:19:46 -0500 Subject: fix all warnings and that weird bug --- src/c/quikr_functions.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/c/quikr_functions.c') diff --git a/src/c/quikr_functions.c b/src/c/quikr_functions.c index 178c1d1..89f0698 100644 --- a/src/c/quikr_functions.c +++ b/src/c/quikr_functions.c @@ -21,7 +21,6 @@ void check_malloc(void *ptr, char *error) { } } - void debug_arrays(double *count_matrix, struct matrix *sensing_matrix) { FILE *count_fh = fopen("count.mat", "w"); FILE *sensing_fh = fopen("sensing.mat", "w"); -- cgit v1.2.3