summaryrefslogtreecommitdiffstats
path: root/c++/test/dsets.cpp
diff options
context:
space:
mode:
authorBinh-Minh Ribler <bmribler@hdfgroup.org>2001-03-14 13:27:13 (GMT)
committerBinh-Minh Ribler <bmribler@hdfgroup.org>2001-03-14 13:27:13 (GMT)
commit014152842bd87b538e0f65bae20a1adb8bba462b (patch)
tree40c56dc36b9bafd844c03bcf133cea180a9d4328 /c++/test/dsets.cpp
parent8a32459871ccdbe0eccb742743ddb03979b76d2f (diff)
downloadhdf5-014152842bd87b538e0f65bae20a1adb8bba462b.zip
hdf5-014152842bd87b538e0f65bae20a1adb8bba462b.tar.gz
hdf5-014152842bd87b538e0f65bae20a1adb8bba462b.tar.bz2
[svn-r3625]
Purpose: Format and typos mostly Description: Changed the "Copyright" header of some files so they will be consistent. Platforms tested: arabica (sparc-sun-solaris 2.7)
Diffstat (limited to 'c++/test/dsets.cpp')
-rw-r--r--c++/test/dsets.cpp38
1 files changed, 14 insertions, 24 deletions
diff --git a/c++/test/dsets.cpp b/c++/test/dsets.cpp
index 6d05f31..d22cc77 100644
--- a/c++/test/dsets.cpp
+++ b/c++/test/dsets.cpp
@@ -1,20 +1,14 @@
-/****************************************************************************
- * NCSA HDF *
- * Software Development Group *
- * National Center for Supercomputing Applications *
- * University of Illinois at Urbana-Champaign *
- * 605 E. Springfield, Champaign IL 61820 *
- * *
- * For conditions of distribution and use, see the accompanying *
- * hdf/COPYING file. *
- * *
- ****************************************************************************/
+/*
+ * Copyright (C) 2001 National Center for Supercomputing Applications
+ * All rights reserved.
+ *
+ */
/***********************************************************
*
* Test program: dsets
*
-* Test the dataset interface (H5D)
+* Test the dataset interface
*
*************************************************************/
@@ -51,7 +45,7 @@ const char *FILENAME[] = {
*
* Failure: -1
*
- * Programmer: Binh-Minh Ribler
+ * Programmer: Binh-Minh Ribler (using C version)
* Friday, January 5, 2001
*
* Modifications:
@@ -203,7 +197,7 @@ check_values (hsize_t i, hsize_t j, int apoint, int acheck)
*
* Failure: -1
*
- * Programmer: Binh-Minh Ribler (using Robb Matzke's C version)
+ * Programmer: Binh-Minh Ribler (using C version)
* Friday, January 5, 2001
*
* Modifications:
@@ -284,7 +278,7 @@ test_simple_io( H5File& file)
*
* Failure: -1
*
- * Programmer: Binh-Minh Ribler (using Robb Matzke's C version)
+ * Programmer: Binh-Minh Ribler (using C version)
* Friday, January 5, 2001
*
* Modifications:
@@ -396,7 +390,7 @@ bogus(unsigned int flags, size_t cd_nelmts,
*
* Failure: -1
*
- * Programmer: Binh-Minh Ribler (using Robb Matzke's C version)
+ * Programmer: Binh-Minh Ribler (using C version)
* Friday, January 5, 2001
*
* Modifications:
@@ -701,7 +695,7 @@ test_compression(H5File& file)
*
* Failure: -1
*
- * Programmer: Binh-Minh Ribler (using Robb Matzke's C version)
+ * Programmer: Binh-Minh Ribler (using C version)
* Saturday, February 17, 2001
*
* Modifications:
@@ -782,7 +776,7 @@ test_multiopen (H5File& file)
*
* Failure: -1
*
- * Programmer: Binh-Minh Ribler (using Robb Matzke's C version)
+ * Programmer: Binh-Minh Ribler (using C version)
* February 17, 2001
*
* Modifications:
@@ -965,7 +959,7 @@ int test_report( int nerrors )
*
* Failure: exit(1)
*
- * Programmer: Binh-Minh Ribler (using Robb Matzke's C version)
+ * Programmer: Binh-Minh Ribler (using C version)
* Friday, January 5, 2001
*
* Modifications:
@@ -1035,11 +1029,7 @@ main(void)
h5_cleanup(FILENAME, fapl_id);
return( test_report( nerrors ));
}
- catch (FileIException error)
- {
- return( test_report( nerrors ));
- }
- catch (GroupIException error )
+ catch (Exception E)
{
return( test_report( nerrors ));
}