src/h5core/private/h5_init.h

- cosmetic change
This commit is contained in:
2016-06-22 16:15:03 +02:00
parent 2c1bca01aa
commit 291328b997
+1 -3
View File
@@ -30,15 +30,13 @@ typedef int MPI_Comm;
extern "C" {
#endif
extern int h5_initialized;
h5_err_t
h5priv_initialize (void);
extern int h5_initialized;
extern h5_dta_types_t h5_dta_types;
extern int h5_myproc;
#ifdef __cplusplus
}
#endif