Toggle navigation
plantFEM
Contents
Source Files
Modules
Procedures
Derived Types
Programs
Source Files
Modules
Procedures
Derived Types
Programs
exchange
Interface
MIT
3 statements
Source File
ArrayClass.f90
ArrayClass
exchange
Contents
Module Procedures
exchangeInt32vector
exchangeInt32vector2
public interface exchange
Contents
Module Procedures
exchangeInt32vector
exchangeInt32vector2
Module Procedures
public pure function
exchangeInt32vector
(vec, a, b) result(ret)
Arguments
Type
Intent
Optional
Attributes
Name
integer(kind=int32),
intent(in)
::
vec
(:)
integer(kind=int32),
intent(in)
::
a
integer(kind=int32),
intent(in)
::
b
Return Value
integer(kind=int32), allocatable, (:)
public pure function
exchangeInt32vector2
(vec) result(ret)
Arguments
Type
Intent
Optional
Attributes
Name
integer(kind=int32),
intent(in)
::
vec
(2)
Return Value
integer(kind=int32) (2)