Closed gicmo closed 8 years ago
For H5 IO: std::string needs to be const char * and bool should be unsigned char.
std::string
const char *
bool
unsigned char
Bool should be represented as enum now in the file (#635), which makes it easy to just write bools as in bool. So this is fixed.
For H5 IO:
std::string
needs to beconst char *
andbool
should beunsigned char
.