blob: b64511ac421c3ceb74b6ea3959905615fd4defb3 (
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
// This problem is removed. I could replace all #include "H5Include.h"
// by #include <hdf5.h>, but decide not to. BMR - 3/22/01
#include <hdf5.h>
|