blob: 0a1a3d3e7c205b1e542e491932eab752ce6ebb92 (
plain)
1
2
3
4
5
6
7
|
// Added this line for CC to compile at this time. Will remove it when
// the problem of "Multiple declaration for RcsId" is fixed. BMR - 10/30/00
#ifdef RCSID
#undef RCSID
#endif
#include <hdf5.h>
|