comparison Fotopoulos/test-sub.c @ 13:cbecc570129d

cleanup warnings
author Peter Meerwald <pmeerw@cosy.sbg.ac.at>
date Mon, 30 Jun 2008 15:43:16 +0200
parents be303a3f5ea8
children
comparison
equal deleted inserted replaced
12:6f5fea21a43c 13:cbecc570129d
18 #include <string.h> 18 #include <string.h>
19 #include <math.h> 19 #include <math.h>
20 #include <float.h> 20 #include <float.h>
21 #include <getopt.h> 21 #include <getopt.h>
22 #include "common.h" 22 #include "common.h"
23 #include "pgm.h"
23 24
24 //-------------------------------------------------------- 25 //--------------------------------------------------------
25 void add_hor_add_ver(double **in, int N, double **out); 26 void add_hor_add_ver(double **in, int N, double **out);
26 void add_hor_sub_ver(double **in, int N, double **out); 27 void add_hor_sub_ver(double **in, int N, double **out);
27 void sub_hor_add_ver(double **in, int N, double **out); 28 void sub_hor_add_ver(double **in, int N, double **out);
228 freematrix_d(ll, N / 2); 229 freematrix_d(ll, N / 2);
229 freematrix_d(hl, N / 2); 230 freematrix_d(hl, N / 2);
230 freematrix_d(lh, N / 2); 231 freematrix_d(lh, N / 2);
231 freematrix_d(hh, N / 2); 232 freematrix_d(hh, N / 2);
232 fclose(in); 233 fclose(in);
233 } 234
234 235 exit(EXIT_SUCCESS);
235 236 }
236 237
237 238
239
240

Repositories maintained by Peter Meerwald, pmeerw@pmeerw.net.