Toggle navigation
plantFEM
Contents
Source Files
Modules
Procedures
Derived Types
Programs
Source Files
Modules
Procedures
Derived Types
Programs
CopyArrayInt
Subroutine
MIT
14 statements
Source File
ArrayClass.f90
ArrayClass
CopyArrayInt
Contents
None
public subroutine CopyArrayInt(a, ac, debug)
Arguments
Type
Intent
Optional
Attributes
Name
integer(kind=int32),
intent(in),
allocatable
::
a
(:,:)
integer(kind=int32),
intent(inout),
allocatable
::
ac
(:,:)
logical,
intent(in),
optional
::
debug
Contents
None