aboutsummaryrefslogtreecommitdiff
path: root/src/NaNCheck.h
blob: b3ee8de935815f5fef2e1fc371ff1a140061c086 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
 /*@@
   @header    NaNCheck.h
   @date      Mon 10 Dec 2001
   @author    Thomas Radke
   @desc
              Prototypes for NaNChecker API routines
   @enddesc
   @version   $Header$
 @@*/


#ifndef NANCHECKER_NANCHECK_H
#define NANCHECKER_NANCHECK_H 1

/* prototypes of exported functions */
int NaNChecker_CheckVarsForNaN (const cGH *GH,
                                int report_max,
                                const char *vars,
                                const char *check_for,
                                const char *action_if_found);
int NaNChecker_SetVarsToNaN (const cGH *GH,
                             const char *vars);

#endif /* NANCHECKER_NANCHECK_H */