Toggle navigation
plantFEM
Contents
Source Files
Modules
Procedures
Derived Types
Programs
Source Files
Modules
Procedures
Derived Types
Programs
MergeArrayReal
Subroutine
MIT
22 statements
Source File
ArrayOperationClass.f90
ArrayOperationClass
MergeArrayReal
Contents
None
public subroutine MergeArrayReal(a, b, c)
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=8),
intent(in)
::
a
(:,:)
real(kind=8),
intent(in)
::
b
(:,:)
real(kind=8),
intent(out),
allocatable
::
c
(:,:)
Contents
None