aboutsummaryrefslogtreecommitdiff
path: root/src/NaNCheck.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/NaNCheck.h')
-rw-r--r--src/NaNCheck.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/src/NaNCheck.h b/src/NaNCheck.h
new file mode 100644
index 0000000..0de3282
--- /dev/null
+++ b/src/NaNCheck.h
@@ -0,0 +1,23 @@
+ /*@@
+ @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 *action_if_found);
+int NaNChecker_SetVarsToNaN (const cGH *GH,
+ const char *vars);
+
+#endif /* NANCHECKER_NANCHECK_H */