diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2000-04-04 16:50:35 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2000-04-04 16:50:35 (GMT) |
commit | 612f41f98736980c833bc506362aa62ea7c771b0 (patch) | |
tree | 00d90eb41e7ddddd91c046c38a4d658284dd76e9 /test | |
parent | b4c85700ab7ef727c7bdf9f39d55d3ac9ae3fc7c (diff) | |
download | hdf5-612f41f98736980c833bc506362aa62ea7c771b0.zip hdf5-612f41f98736980c833bc506362aa62ea7c771b0.tar.gz hdf5-612f41f98736980c833bc506362aa62ea7c771b0.tar.bz2 |
[svn-r2069] change URL to a valid one.
Diffstat (limited to 'test')
-rw-r--r-- | test/gass_read.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/gass_read.c b/test/gass_read.c index 7b811c5..74a39cd 100644 --- a/test/gass_read.c +++ b/test/gass_read.c @@ -27,8 +27,8 @@ int main(void) #else /*#define URL "ftp://gass:gass12@which/tmp/gass/junk.w"*/ -#define URL "http://paz.ncsa.uiuc.edu:8080/test/a.h5" - +/*#define URL "http://paz.ncsa.uiuc.edu:8080/test/a.h5"*/ +#define URL "http://hdf.ncsa.uiuc.edu/GLOBUS/a.h5" /* #define DATASETNAME "Int1Array" */ #define NX_SUB 3 /* hyperslab dimensions */ #define NY_SUB 4 |