SChunk.delete_chunk#

SChunk.delete_chunk(nchunk)#

Delete the specified chunk from the SChunk.

Parameters:

nchunk (int) – The index of the chunk that will be removed.

Returns:

out – The number of chunks in the SChunk.

Return type:

int

Raises:

RunTimeError – If some problem was detected.