Skip to content

Commit 33ace8b

Browse files
committed
Add h5cpp from tomviz
We may refactor this into a shared submodule in the future.
1 parent 69635e9 commit 33ace8b

6 files changed

+1541
-0
lines changed

h5cpp/h5capi.h

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
/* This source file is part of the Tomviz project, https://tomviz.org/.
2+
It is released under the 3-Clause BSD License, see "LICENSE". */
3+
4+
#ifndef tomvizH5CAPI_h
5+
#define tomvizH5CAPI_h
6+
7+
extern "C"
8+
{
9+
#include <hdf5.h>
10+
}
11+
12+
#endif // tomvizH5CAPI_h

0 commit comments

Comments
 (0)