diff options
-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" |