blob: 20bfa64b7426cbaad7abe545f69aef04416b0236 (
plain)
1
2
3
4
5
6
7
8
|
// C++ informative line for the emacs editor: -*- C++ -*-
// 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>
|