ParaMonte Fortran 2.0.0
Parallel Monte Carlo and Machine Learning Library
See the latest version documentation. |
This is the parameterized derived type for generating a container of a cube component of type integer
of arbitrary kind.
More...
Public Attributes | |
integer | kind = IK |
integer(kind), dimension(:,:,:), allocatable | val |
This is the parameterized derived type for generating a container of a cube component of type integer
of arbitrary kind.
Definition at line 1015 of file pm_container.F90.
integer pm_container::cci_pdt::kind = IK |
Definition at line 1016 of file pm_container.F90.
integer(kind), dimension(:,:,:), allocatable pm_container::cci_pdt::val |
Definition at line 1017 of file pm_container.F90.