OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
array_mod::alloc_1d_array Interface Reference

Public Member Functions

subroutine alloc_1d_array_full (this)
subroutine alloc_int_1d_array (this)

Detailed Description

Definition at line 95 of file array_mod.F.

Member Function/Subroutine Documentation

◆ alloc_1d_array_full()

subroutine array_mod::alloc_1d_array::alloc_1d_array_full ( type(array_type), intent(inout) this)

Definition at line 110 of file array_mod.F.

111 IMPLICIT NONE
112
113 TYPE(array_type), INTENT(inout) :: THIS
114
115 ALLOCATE( this%INT_ARRAY_1D( this%SIZE_INT_ARRAY_1D ) )
116
117 RETURN

◆ alloc_int_1d_array()

subroutine array_mod::alloc_1d_array::alloc_int_1d_array ( type(array_type_int_1d), intent(inout) this)

Definition at line 125 of file array_mod.F.

126 IMPLICIT NONE
127
128 TYPE(array_type_int_1d), INTENT(inout) :: THIS
129
130 ALLOCATE( this%INT_ARRAY_1D( this%SIZE_INT_ARRAY_1D ) )
131
132 RETURN

The documentation for this interface was generated from the following file: