summaryrefslogtreecommitdiffstats
path: root/testpar/testphdf5.h
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>1998-07-07 22:28:39 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>1998-07-07 22:28:39 (GMT)
commit2d5b096590132743214f2fbe29578500512a3ee1 (patch)
treeb658814c1d9717cd89e3dc252ac0ca4ee58aa978 /testpar/testphdf5.h
parent5f85a202e2d211420352267fd0d3c4f3797e0ac1 (diff)
downloadhdf5-2d5b096590132743214f2fbe29578500512a3ee1.zip
hdf5-2d5b096590132743214f2fbe29578500512a3ee1.tar.gz
hdf5-2d5b096590132743214f2fbe29578500512a3ee1.tar.bz2
[svn-r465] Replaced old H5Sset_hyperslab with new H5Sselect_hyperslab calls.
Tested on O2K.
Diffstat (limited to 'testpar/testphdf5.h')
-rw-r--r--testpar/testphdf5.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/testpar/testphdf5.h b/testpar/testphdf5.h
index ba60278..4a85c8b 100644
--- a/testpar/testphdf5.h
+++ b/testpar/testphdf5.h
@@ -22,7 +22,7 @@
} \
} \
else{ \
- printf("*** Assertion failed (%s) at line %4d in %s\n", \
+ printf("*** PHDF5 Assertion failed (%s) at line %4d in %s\n", \
mesg, (int)__LINE__, __FILE__); \
nerrors++; \
H5Eprint (stdout); \