diff options
author | Calvin Morrison <mutantturkey@gmail.com> | 2014-03-04 14:19:46 -0500 |
---|---|---|
committer | Calvin Morrison <mutantturkey@gmail.com> | 2014-03-04 14:19:46 -0500 |
commit | 592e0945fcfb94d641c16f2cf02add0c0430b226 (patch) | |
tree | 8f4ce109ddf3ee8a51753b1b84e193d8f0155252 /src/c/quikr_functions.c | |
parent | 2aa4254c4368fd85ca6d37e17c786eb295a79c5a (diff) |
fix all warnings and that weird bug
Diffstat (limited to 'src/c/quikr_functions.c')
-rw-r--r-- | src/c/quikr_functions.c | 1 |
1 files changed, 0 insertions, 1 deletions
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"); |