[svn-r23485] Purpose: Fix bug HDFFV-8067

Description:
    Applied the fix for HDFFV-8067 and the minor cleanups from the trunk.
Platforms tested:
    Linux/32 2.6 (jam) with PGI compilers
    Linux/32 2.6 (jam) with GNU compilers
    Linux/64 2.6 (koala) with ICC compilers
    SunOS 5.10 (emu)
This commit is contained in:
Binh-Minh Ribler
2013-03-28 23:03:20 -05:00
parent 54319cf88d
commit 8461df0911
13 changed files with 91 additions and 67 deletions

View File

@@ -25,11 +25,6 @@
#include "H5CommonFG.h"
#include "H5Alltypes.h"
#include <iostream> // remove when done
using std::cerr;
using std::endl;
#ifndef H5_NO_NAMESPACE
namespace H5 {
#endif