aboutsummaryrefslogtreecommitdiff
path: root/src/NaNCheck.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/NaNCheck.h')
-rw-r--r--src/NaNCheck.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/NaNCheck.h b/src/NaNCheck.h
index bdf6649..134f1e5 100644
--- a/src/NaNCheck.h
+++ b/src/NaNCheck.h
@@ -13,6 +13,7 @@
#define NANCHECKER_NANCHECK_H 1
#ifdef __cplusplus
+namespace NaNChecker {
extern "C"
{
#endif
@@ -28,6 +29,7 @@ int NaNChecker_SetVarsToNaN (const cGH *GH,
#ifdef __cplusplus
}
+} // end namespace NaNChecker
#endif
#endif /* NANCHECKER_NANCHECK_H */