Skip to content

Commit

Permalink
Added explicit declaration of subroutine, doFullWellSat(). Added expl…
Browse files Browse the repository at this point in the history
…icit inclusion (#543)

of the string library in an old routine..
  • Loading branch information
mdlpstsci authored Feb 15, 2021
1 parent 7dddc72 commit ce2514a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pkg/acs/calacs/acs2d/dodark.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
# include <stdio.h>
# include <stdlib.h> /* calloc */
# include <math.h> /* fabs */
# include <string.h>

#include "hstcal_memory.h"
#include "hstcal.h"
Expand Down
1 change: 1 addition & 0 deletions pkg/acs/calacs/acsccd/doccd.c
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ int DoCCD (ACSInfo *acs_info) {
int FindOverscan (ACSInfo *, int, int, int *, int *);
int GetCCDTab (ACSInfo *, int, int);
int GetKeyBool (Hdr *, char *, int, Bool, Bool *);
int doFullWellSat(ACSInfo *, SingleGroup *);

/*========================Start Code here =======================*/

Expand Down

0 comments on commit ce2514a

Please sign in to comment.