summaryrefslogtreecommitdiffstats
path: root/src/error/check_h5_error.h (plain)
blob: fa93c6b6b11ce378ec8b4b2141fcbfa690733719
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 (const char *filename, unsigned int linenum);

#endif // CHECK_H5_ERROR_H

Valid XHTML 1.0 Strict

Copyright © 2009 Don Pellegrino All Rights Reserved.