-
-
Notifications
You must be signed in to change notification settings - Fork 270
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #30 from byrnHDF/hdf5_1_12
Hdf5 1 12 merge changes from develop
- Loading branch information
Showing
195 changed files
with
12,288 additions
and
12,380 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,7 @@ herr_t H5IM_get_palette(hid_t loc_id, const char *image_name, int pal_number, hi | |
* | ||
* Return: Success: 0, Failure: -1 | ||
* | ||
* Programmer: Pedro Vicente Nunes, [email protected] | ||
* Programmer: Pedro Vicente Nunes | ||
* | ||
* Date: May 10, 2005 | ||
* | ||
|
@@ -121,7 +121,7 @@ H5IMmake_image_8bitf(hid_t loc_id, const char *dset_name, hsize_t width, hsize_t | |
* | ||
* Return: Success: 0, Failure: -1 | ||
* | ||
* Programmer: Pedro Vicente Nunes, [email protected] | ||
* Programmer: Pedro Vicente Nunes | ||
* | ||
* Date: May 10, 2005 | ||
* | ||
|
@@ -236,7 +236,7 @@ H5IMmake_image_24bitf(hid_t loc_id, const char *dset_name, hsize_t width, hsize_ | |
* | ||
* Return: Success: 0, Failure: -1 | ||
* | ||
* Programmer: Pedro Vicente Nunes, [email protected] | ||
* Programmer: Pedro Vicente Nunes | ||
* | ||
* Date: May 10, 2005 | ||
* | ||
|
@@ -292,7 +292,7 @@ H5IMread_imagef(hid_t loc_id, const char *dset_name, int_f *buf) | |
* | ||
* Return: Success: 0, Failure: -1 | ||
* | ||
* Programmer: Pedro Vicente Nunes, [email protected] | ||
* Programmer: Pedro Vicente Nunes | ||
* | ||
* Date: May 10, 2005 | ||
* | ||
|
@@ -385,7 +385,7 @@ H5IMmake_palettef(hid_t loc_id, const char *pal_name, const hsize_t *pal_dims, i | |
* | ||
* Return: Success: 0, Failure: -1 | ||
* | ||
* Programmer: Pedro Vicente Nunes, [email protected] | ||
* Programmer: Pedro Vicente Nunes | ||
* | ||
* Date: May 10, 2005 | ||
* | ||
|
@@ -421,7 +421,7 @@ H5IMget_palettef(hid_t loc_id, const char *image_name, int pal_number, int_f *pa | |
* | ||
* Return: Success: 0, Failure: -1 | ||
* | ||
* Programmer: Pedro Vicente Nunes, [email protected] | ||
* Programmer: Pedro Vicente Nunes | ||
* | ||
* Date: May 10, 2005 | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ | |
* | ||
* Return: Success: 0, Failure: -1 | ||
* | ||
* Programmer: [email protected] | ||
* Programmer: Pedro Vicente | ||
* | ||
* Date: October 05, 2004 | ||
* | ||
|
@@ -79,7 +79,7 @@ h5immake_image_8bit_c(hid_t_f *loc_id, size_t_f *namelen, _fcd name, hsize_t_f * | |
* | ||
* Return: Success: 0, Failure: -1 | ||
* | ||
* Programmer: [email protected] | ||
* Programmer: Pedro Vicente | ||
* | ||
* Date: October 05, 2004 | ||
* | ||
|
@@ -129,7 +129,7 @@ h5imread_image_c(hid_t_f *loc_id, size_t_f *namelen, _fcd name, int_f *buf) | |
* | ||
* Return: Success: 0, Failure: -1 | ||
* | ||
* Programmer: [email protected] | ||
* Programmer: Pedro Vicente | ||
* | ||
* Date: October 05, 2004 | ||
* | ||
|
@@ -192,7 +192,7 @@ h5immake_image_24bit_c(hid_t_f *loc_id, size_t_f *namelen, _fcd name, size_t_f * | |
* | ||
* Return: Success: 0, Failure: -1 | ||
* | ||
* Programmer: [email protected] | ||
* Programmer: Pedro Vicente | ||
* | ||
* Date: October 05, 2004 | ||
* | ||
|
@@ -269,7 +269,7 @@ h5imget_image_info_c(hid_t_f *loc_id, size_t_f *namelen, _fcd name, hsize_t_f *w | |
* | ||
* Return: Success: 0, Failure: -1 | ||
* | ||
* Programmer: [email protected] | ||
* Programmer: Pedro Vicente | ||
* | ||
* Date: October 06, 2004 | ||
* | ||
|
@@ -315,7 +315,7 @@ h5imis_image_c(hid_t_f *loc_id, size_t_f *namelen, _fcd name) | |
* | ||
* Return: Success: 0, Failure: -1 | ||
* | ||
* Programmer: [email protected] | ||
* Programmer: Pedro Vicente | ||
* | ||
* Date: October 06, 2004 | ||
* | ||
|
@@ -365,7 +365,7 @@ h5immake_palette_c(hid_t_f *loc_id, size_t_f *namelen, _fcd name, hsize_t_f *dim | |
* | ||
* Return: Success: 0, Failure: -1 | ||
* | ||
* Programmer: [email protected] | ||
* Programmer: Pedro Vicente | ||
* | ||
* Date: October 06, 2004 | ||
* | ||
|
@@ -425,7 +425,7 @@ h5imlink_palette_c(hid_t_f *loc_id, size_t_f *namelen, _fcd name, size_t_f *ilen | |
* | ||
* Return: Success: 0, Failure: -1 | ||
* | ||
* Programmer: [email protected] | ||
* Programmer: Pedro Vicente | ||
* | ||
* Date: October 06, 2004 | ||
* | ||
|
@@ -485,7 +485,7 @@ h5imunlink_palette_c(hid_t_f *loc_id, size_t_f *namelen, _fcd name, size_t_f *il | |
* | ||
* Return: Success: 0, Failure: -1 | ||
* | ||
* Programmer: [email protected] | ||
* Programmer: Pedro Vicente | ||
* | ||
* Date: October 06 2004 | ||
* | ||
|
@@ -541,7 +541,7 @@ h5imget_npalettes_c(hid_t_f *loc_id, size_t_f *namelen, _fcd name, hsize_t_f *np | |
* | ||
* Return: Success: 0, Failure: -1 | ||
* | ||
* Programmer: [email protected] | ||
* Programmer: Pedro Vicente | ||
* | ||
* Date: October 06 2004 | ||
* | ||
|
@@ -600,7 +600,7 @@ h5imget_palette_info_c(hid_t_f *loc_id, size_t_f *namelen, _fcd name, int_f *pal | |
* | ||
* Return: Success: 0, Failure: -1 | ||
* | ||
* Programmer: [email protected] | ||
* Programmer: Pedro Vicente | ||
* | ||
* Date: October 06 2004 | ||
* | ||
|
@@ -653,7 +653,7 @@ h5imget_palette_c(hid_t_f *loc_id, size_t_f *namelen, _fcd name, int_f *pal_numb | |
* | ||
* Return: true, false, fail | ||
* | ||
* Programmer: [email protected] | ||
* Programmer: Pedro Vicente | ||
* | ||
* Date: October 06, 2004 | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,7 +41,7 @@ MODULE h5im | |
! | ||
! Return: Success: 0, Failure: -1 | ||
! | ||
! Programmer: [email protected] | ||
! Programmer: Pedro Vicente | ||
! | ||
! Date: October 05, 2004 | ||
! | ||
|
@@ -95,7 +95,7 @@ END SUBROUTINE h5immake_image_8bit_f | |
! | ||
! Return: Success: 0, Failure: -1 | ||
! | ||
! Programmer: [email protected] | ||
! Programmer: Pedro Vicente | ||
! | ||
! Date: October 05, 2004 | ||
! | ||
|
@@ -142,7 +142,7 @@ END SUBROUTINE h5imread_image_f | |
! | ||
! Return: Success: 0, Failure: -1 | ||
! | ||
! Programmer: [email protected] | ||
! Programmer: Pedro Vicente | ||
! | ||
! Date: October 05, 2004 | ||
! | ||
|
@@ -204,7 +204,7 @@ END SUBROUTINE h5immake_image_24bit_f | |
! | ||
! Return: Success: 0, Failure: -1 | ||
! | ||
! Programmer: [email protected] | ||
! Programmer: Pedro Vicente | ||
! | ||
! Date: October 05, 2004 | ||
! | ||
|
@@ -267,7 +267,7 @@ END SUBROUTINE h5imget_image_info_f | |
! | ||
! Return: Success: 0, Failure: -1 | ||
! | ||
! Programmer: [email protected] | ||
! Programmer: Pedro Vicente | ||
! | ||
! Date: October 05, 2004 | ||
! | ||
|
@@ -313,7 +313,7 @@ END FUNCTION h5imis_image_f | |
! | ||
! Return: Success: 0, Failure: -1 | ||
! | ||
! Programmer: [email protected] | ||
! Programmer: Pedro Vicente | ||
! | ||
! Date: October 06, 2004 | ||
! | ||
|
@@ -364,7 +364,7 @@ END SUBROUTINE h5immake_palette_f | |
! | ||
! Return: Success: 0, Failure: -1 | ||
! | ||
! Programmer: [email protected] | ||
! Programmer: Pedro Vicente | ||
! | ||
! Date: October 06, 2004 | ||
! | ||
|
@@ -416,7 +416,7 @@ END SUBROUTINE h5imlink_palette_f | |
! | ||
! Return: Success: 0, Failure: -1 | ||
! | ||
! Programmer: [email protected] | ||
! Programmer: Pedro Vicente | ||
! | ||
! Date: October 06, 2004 | ||
! | ||
|
@@ -467,7 +467,7 @@ END SUBROUTINE h5imunlink_palette_f | |
! | ||
! Return: Success: 0, Failure: -1 | ||
! | ||
! Programmer: [email protected] | ||
! Programmer: Pedro Vicente | ||
! | ||
! Date: October 05, 2004 | ||
! | ||
|
@@ -516,7 +516,7 @@ END SUBROUTINE h5imget_npalettes_f | |
! | ||
! Return: Success: 0, Failure: -1 | ||
! | ||
! Programmer: [email protected] | ||
! Programmer: Pedro Vicente | ||
! | ||
! Date: October 06, 2004 | ||
! | ||
|
@@ -567,7 +567,7 @@ END SUBROUTINE h5imget_palette_info_f | |
! | ||
! Return: Success: 0, Failure: -1 | ||
! | ||
! Programmer: [email protected] | ||
! Programmer: Pedro Vicente | ||
! | ||
! Date: October 06, 2004 | ||
! | ||
|
@@ -619,7 +619,7 @@ END SUBROUTINE h5imget_palette_f | |
! | ||
! Return: true, false, fail | ||
! | ||
! Programmer: [email protected] | ||
! Programmer: Pedro Vicente | ||
! | ||
! Date: October 06, 2004 | ||
! | ||
|
Oops, something went wrong.