plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
heapsortInt32
Subroutine
MIT
61 statements
Source File
MathClass.f90
MathClass
heapsortInt32
Contents
public pure subroutine heapsortInt32(n, array, val)
Arguments
Type
Intent
Optional
Attributes
Name
integer(kind=int32),
intent(in)
::
n
integer(kind=int32),
intent(inout)
::
array
(1:n)
real(kind=real64),
intent(inout),
optional
::
val
(1:n)