[svn-r12315] Purpose:

Code cleanup, etc.

Description:
    Fix some inconsistent coding in the packet table examples

    Correct header file issues in C++ packet table wrapper

Platforms tested:
    FreeBSD 4.11 (sleipnir) w/C++
    Linux 2.4/64 (mir) w/C++ & FORTRAN
This commit is contained in:
Quincey Koziol
2006-04-29 12:10:29 -05:00
parent cc5b2ff93b
commit 1032b7c9d6
4 changed files with 10 additions and 15 deletions

View File

@@ -20,6 +20,9 @@
* February 2004
*/
/* High-level library internal header file */
#include "H5HLprivate2.h"
#include "H5PacketTable.h"
/********************************/