Skip to content

Commit

Permalink
Merge pull request #224 from migueldvb/example
Browse files Browse the repository at this point in the history
Add fits extension to image file in example
  • Loading branch information
allegroLeiden authored May 4, 2017
2 parents fdfaf98 + 5514dbd commit 48867ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/model.c
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ input(inputPars *par, image *img){
*/
// img[i].unit = 0;
img[i].units = "0 1 2";
img[i].filename = "image0"; // Output filename
img[i].filename = "image0.fits"; // Output filename
}

/******************************************************************************/
Expand Down

0 comments on commit 48867ff

Please sign in to comment.