hdf5/tools
Albert Cheng 1db4cc2596 [svn-r9905] Purpose:
fix bugs.

Description:
The three variables, g_nTasks, outBuff, and outBuffOffset, were
declared in ph5diff.h.  That means they are declared in various
*.c files that include it, thus having the appearance of multiple
defined.  Most C compilers are forgiving of this error but
the g++ rejects this practice.

Solution:
Make it only an extern declaration in ph5diff.h but really
defined them in h5diff_util.c

Platforms tested:
sleipnir using g++ since this only failed in Daily test.
Also testes in heping, serial and parallel modes.
2005-01-31 23:13:42 -05:00
..
gifconv [svn-r9902] Purpose: 2005-01-31 22:17:02 -05:00
h5diff [svn-r9902] Purpose: 2005-01-31 22:17:02 -05:00
h5dump [svn-r9902] Purpose: 2005-01-31 22:17:02 -05:00
h5import [svn-r9902] Purpose: 2005-01-31 22:17:02 -05:00
h5jam [svn-r9902] Purpose: 2005-01-31 22:17:02 -05:00
h5ls [svn-r9902] Purpose: 2005-01-31 22:17:02 -05:00
h5repack [svn-r9902] Purpose: 2005-01-31 22:17:02 -05:00
lib [svn-r9905] Purpose: 2005-01-31 23:13:42 -05:00
misc [svn-r9902] Purpose: 2005-01-31 22:17:02 -05:00
testfiles [svn-r9727] Purpose: 2004-12-29 09:26:20 -05:00
Makefile.am [svn-r9902] Purpose: 2005-01-31 22:17:02 -05:00
Makefile.in [svn-r9902] Purpose: 2005-01-31 22:17:02 -05:00