From 26d8508984d7a9c9ca08dfa2f8f4617feaed0f5c Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Tue, 4 Jun 2013 11:40:45 +0000 Subject: [PATCH] bugfix in H5.h --- src/include/H5.h | 4 ++++ src/include/H5Fed.h | 12 ------------ 2 files changed, 4 insertions(+), 12 deletions(-) diff --git a/src/include/H5.h b/src/include/H5.h index bd4bc27..30cb015 100644 --- a/src/include/H5.h +++ b/src/include/H5.h @@ -324,4 +324,8 @@ H5SetThrottle ( } #endif // PARALLEL_IO +#ifdef __cplusplus +} +#endif + #endif diff --git a/src/include/H5Fed.h b/src/include/H5Fed.h index 8efb4f5..8812581 100644 --- a/src/include/H5Fed.h +++ b/src/include/H5Fed.h @@ -102,15 +102,3 @@ H5FedLinkMeshToStep ( #endif #endif - - - - - - - - - - - -