diff options
Diffstat (limited to 'c++/test/tvlstr.cpp')
-rw-r--r-- | c++/test/tvlstr.cpp | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/c++/test/tvlstr.cpp b/c++/test/tvlstr.cpp index 3f5848e..a9178af 100644 --- a/c++/test/tvlstr.cpp +++ b/c++/test/tvlstr.cpp @@ -119,10 +119,6 @@ static void test_vlstr_free_custom(void *_mem, void *info) * Purpose Test writing/reading VL strings on datasets. * * Return None - * - * Programmer Binh-Minh Ribler (use C version) - * January, 2007 - * *------------------------------------------------------------------------- */ // String for testing datasets @@ -224,10 +220,6 @@ test_vlstring_dataset() * Purpose Test writing/reading VL string array to/from datasets. * * Return None - * - * Programmer Binh-Minh Ribler - * July, 2009 - * *------------------------------------------------------------------------- */ const H5std_string DSSTRARR_NAME("StringArray_dset"); @@ -322,10 +314,6 @@ test_vlstring_array_dataset() * zero-sized. * * Return None - * - * Programmer Binh-Minh Ribler (use C version) - * January, 2007 - * *------------------------------------------------------------------------- */ static void @@ -442,10 +430,6 @@ test_vlstrings_special() * Purpose Test if VL string is treated as string. * * Return None - * - * Programmer Binh-Minh Ribler (use C version) - * January, 2007 - * *------------------------------------------------------------------------- */ const H5std_string VLSTR_TYPE("vl_string_type"); @@ -541,10 +525,6 @@ test_vlstring_type() * Purpose Test storing VL strings in compact datasets. * * Return None - * - * Programmer Binh-Minh Ribler (use C version) - * January, 2007 - * *------------------------------------------------------------------------- */ static void @@ -620,10 +600,6 @@ test_compact_vlstring() * Purpose Test writing/reading VL strings on attributes. * * Return None - * - * Programmer Binh-Minh Ribler (use C version) - * January, 2007 - * *------------------------------------------------------------------------- */ static char *string_att_write = NULL; @@ -711,10 +687,6 @@ test_vlstring_attribute() * Purpose Test reading VL strings from attributes. * * Return None - * - * Programmer Binh-Minh Ribler (use C version) - * January, 2007 - * *------------------------------------------------------------------------- */ static void test_read_vl_string_attribute() @@ -773,10 +745,6 @@ static void test_read_vl_string_attribute() * Purpose Test writing/reading VL string array to/from attributes. * * Return None - * - * Programmer Binh-Minh Ribler - * July, 2009 - * *------------------------------------------------------------------------- */ const H5std_string ATTRSTRARR_NAME("StringArray_attr"); @@ -886,10 +854,6 @@ read_scalar_dset(H5File &file, DataType &type, DataSpace &space, char *name, cha * have been linked/unlinked. * * Return None - * - * Programmer Binh-Minh Ribler (use C version) - * January, 2007 - * *------------------------------------------------------------------------- */ const H5std_string FILENAME2("tvlstr2.h5"); @@ -967,10 +931,6 @@ test_vl_rewrite() * Purpose VL string testing main routine. * * Return None - * - * Programmer Binh-Minh Ribler - * January, 2007 - * *------------------------------------------------------------------------- */ extern "C" void |