OpenCMISS-Iron Internal API Documentation
base_routines::randomseedssizeget Interface Reference

Private Member Functions

subroutine random_seeds_size_get (RANDOM_SEEDS_SIZE, ERR, ERROR,)
 Returns the size of the random seeds array for CMISS. More...
 

Detailed Description

Definition at line 263 of file base_routines.f90.

Member Function/Subroutine Documentation

subroutine base_routines::randomseedssizeget::random_seeds_size_get ( integer(intg), intent(out)  RANDOM_SEEDS_SIZE,
integer(intg), intent(inout)  ERR,
type(varying_string), intent(inout)  ERROR 
)
private

Returns the size of the random seeds array for CMISS.

See also
OPENCMISS::CMISSRandomSeedsSizeGet
Parameters
[out]random_seeds_sizeOn return, the size of the random seeds array.
[in,out]errThe error string
[in,out]errorThe error code

Definition at line 1146 of file base_routines.f90.