FLASH-X
Doxygen Generated Documentation From Interface Source Code
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | Pipeline_localGetItems (userArray, userCount) |
subroutine Pipeline_localGetItems | ( | real | userArray, |
integer | userCount | ||
) |
The routine copies items currently sitting in the item buffer of the local processor to the user supplied array. Once the items in the buffer have been copied, the item buffer counter is reset. This routine constitutes thus the local retriever of the pipeline.
userArray : the user supplied array to hold the copied items userCount : the number of items copied
NOTES
The user supplied array must be able to hold all elements of each item. If this is not the case, the program aborts.
Definition at line 33 of file Pipeline_localGetItems.F90.