Commit f0d28635 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

must not include system headers within 'extern "C"' blocks. breaks with MPICH

parent 51a06334
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@
#ifndef CH5MD_H
#define CH5MD_H

#include "hdf5.h"
#include <stdbool.h>

#ifdef __cplusplus
extern "C" {
#endif

#include "hdf5.h"
#include <stdbool.h>

#define CH5MD_RANK_ERROR -10

typedef struct h5md_element_struct {