Page tree

 

JAVA

FORTRAN

C++

C

 

Link

H5S_SELECT_NONE

Resets the selection region to include no elements

Procedure:

H5S_SELECT_NONE ( space_id )

Signature:

herr_t H5Sselect_none(hid_t space_id)

Fortran90 Interface: h5sselect_none_f
    
SUBROUTINE h5sselect_none_f(space_id, hdferr) 
  IMPLICIT NONE
  INTEGER(HID_T), INTENT(IN) :: space_id  ! Dataspace identifier 
  INTEGER, INTENT(OUT) :: hdferr          ! Error code
                                          ! 0 on success and -1 on failure
END SUBROUTINE h5sselect_none_f
	

Parameters:

hid_t space_id     IN: The identifier for the dataspace in which the selection is being reset

Description:

H5S_SELECT_NONE resets the selection region for the dataspace space_id to include no elements.

Returns:

Returns a non-negative value if successful; otherwise returns a negative value.

Example:

Include Bitbucket Server for Confluence: An error occured

Connection to Bitbucket Server could not be established. Verify that you have properly configured the Bitbucket Server application link for your Confluence space and that your Bitbucket Server instance is up and running. Error details: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target

Include Bitbucket Server for Confluence: An error occured

Connection to Bitbucket Server could not be established. Verify that you have properly configured the Bitbucket Server application link for your Confluence space and that your Bitbucket Server instance is up and running. Error details: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target

History:

None

--- Last Modified: May 03, 2019 | 02:36 PM