Ticket #41076: patch-lib-src-two_plane_v1.1-initdistdata.c.diff
File patch-lib-src-two_plane_v1.1-initdistdata.c.diff, 394 bytes (added by cdeil (Christoph Deil), 11 years ago) |
---|
-
lib/src/two_plane_v1.1/initdistdata.c
old new 28 28 if (I_fits_return_status != 0) 29 29 { 30 30 fprintf(stderr, "Error closing file\n"); 31 return ;31 return -1; 32 32 } 33 return ;33 return 0; 34 34 } 35 35 36 36 int initdata_byheader(char *fitsheader, DistCoeff *coeff)