summaryrefslogtreecommitdiffstats
path: root/src/error/check_h5_error.h (plain)
blob: e460e9782d5f3bdc8a3e6717f5de7c5b1828a339
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef CHECK_H5_ERROR_H
#define CHECK_H5_ERROR_H

#include <hdf5.h>

/*
 * Handle errors from the HDF5 API.
 */
void
check_h5_error (herr_t status, const char *filename, unsigned int linenum);

#endif // CHECK_H5_ERROR_H

Valid XHTML 1.0 Strict

Copyright © 2009 Don Pellegrino All Rights Reserved.