[svn-r16073] For scalar string datasets print the character position when a difference is found instead of a non-existing array position

Tested: windows, linux
This commit is contained in:
Pedro Vicente Nunes
2008-11-13 11:45:08 -05:00
parent c9300fbde0
commit 0426a9ff06
2 changed files with 3 additions and 1 deletions

View File

@@ -19,6 +19,7 @@
#include "h5tools.h"
/* global variables */
int g_nTasks = 1;
unsigned char g_Parallel = 0; /*0 for serial, 1 for parallel */