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

Public Member Functions

subroutine dealloc_1d_array_full (this)
subroutine dealloc_int_1d_array (this)

Detailed Description

Definition at line 99 of file array_mod.F.

Member Function/Subroutine Documentation

◆ dealloc_1d_array_full()

subroutine array_mod::dealloc_1d_array::dealloc_1d_array_full ( type(array_type), intent(inout) this)

Definition at line 171 of file array_mod.F.

172 IMPLICIT NONE
173
174 TYPE(array_type), INTENT(inout) :: THIS
175
176 DEALLOCATE( this%INT_ARRAY_1D )
177
178 RETURN

◆ dealloc_int_1d_array()

subroutine array_mod::dealloc_1d_array::dealloc_int_1d_array ( type(array_type_int_1d), intent(inout) this)

Definition at line 184 of file array_mod.F.

185 IMPLICIT NONE
186
187 TYPE(array_type_int_1d), INTENT(inout) :: THIS
188
189 DEALLOCATE( this%INT_ARRAY_1D )
190
191 RETURN

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