?trnlspbc_delete

Releases allocated data.

Syntax

Fortran:

res = strnlspbc_delete(handle)

res = dtrnlspbc_delete(handle)

C:

res = strnlspbc_delete(&handle);

res = dtrnlspbc_delete(&handle);

Include Files

The Fortran interfaces are specified in the mkl_rci.fi include file and the C interfaces are specified in the mkl_rci.h include file.

Description

The routine releases allocated data.

Input Parameters

handle

Type _TRNSPBC_HANDLE_t in C/C++ and INTEGER*8 in FORTRAN.

Output Parameters

res

INTEGER. Informs about the task completion.

res = TR_SUCCESS means the routine completed the task normally.


Submit feedback on this help topic

Copyright © 1994 - 2010, Intel Corporation. All rights reserved.