aboutsummaryrefslogtreecommitdiff
path: root/src/NaNCheck.h
blob: bdf6649e5513d3b2dd76df30939f6a7f77f3615d (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
25
26
27
28
29
30
31
32
33
 /*@@
   @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

#ifdef  __cplusplus
extern "C"
{
#endif

/* 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);

#ifdef  __cplusplus
}
#endif

#endif /* NANCHECKER_NANCHECK_H */