diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2007-11-07 15:38:45 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2007-11-07 15:38:45 (GMT) |
commit | 82f785ee0c4fa1c6ee42b3e28b2670d45a94202a (patch) | |
tree | 980e23315a41815888b28860b155a257f4ea0df9 /test | |
parent | 871694b3acbd1f1a30fd19ef6f1d9dec8e582545 (diff) | |
download | hdf5-82f785ee0c4fa1c6ee42b3e28b2670d45a94202a.zip hdf5-82f785ee0c4fa1c6ee42b3e28b2670d45a94202a.tar.gz hdf5-82f785ee0c4fa1c6ee42b3e28b2670d45a94202a.tar.bz2 |
[svn-r14242] Added some comments. No test is needed.
Diffstat (limited to 'test')
-rw-r--r-- | test/gen_udlinks.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/gen_udlinks.c b/test/gen_udlinks.c index b7e35ef..08a25cc 100644 --- a/test/gen_udlinks.c +++ b/test/gen_udlinks.c @@ -21,6 +21,10 @@ * should be created on a little-endian and a big-endian machine. * They will be named according to the platform and should * be placed in the hdf5/test directory so that the links test can use them. + * + * Note: The be_extlink2.h5 is also used by external.c to test opening + * external link twice. -SLU 2007/11/7 + * */ #include "hdf5.h" |