Skip to content
Snippets Groups Projects
Commit 8234e1c5 authored by Claudio Gheller's avatar Claudio Gheller
Browse files

bug related to CFITSIO fixed

parent 1871dfe9
No related branches found
No related tags found
No related merge requests found
......@@ -129,11 +129,13 @@ int main(int argc, char * argv[])
// Initialize FITS image parameters
#ifdef FITSIO
fitsfile *fptreal;
fitsfile *fptrimg;
int status;
char testfitsreal[FILENAMELENGTH] = "parallel_np2_real.fits";
char testfitsimag[FILENAMELENGTH] = "parallel_np2_img.fits";
#endif
long naxis = 2;
long naxes[2] = { grid_size_x, grid_size_y };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment