# include # include /* defines HST I/O functions */ # include "calnic.h" /* defines NICMOS data structures */ # include "calnica.h" /* defines CALNICA data structures */ /* N_USERWARN: Generate warnings based on engineering data. ** ** Revision history: ** H.Bushouse Sept. 1995 Build 1 ** H.Bushouse Aug. 1996 Upgraded for Build 2 (Version 2.0) */ int n_userwarn (NicInfo *nic, SingleNicmosGroup *input) { /* Local variables */ /* Function definitions */ sprintf (MsgText, "WARNCALC not yet implemented; will be skipped"); n_warn (MsgText); nic->WARN.corr = OMIT; /* Successful return */ return (status = 0); }