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