summaryrefslogtreecommitdiffstats
path: root/src/check_h5_error.h (plain)
blob: 74730cd4072d4775a30f7f632f9258846fc2b1b7
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.