Toggle navigation
plantFEM
Contents
Source Files
Modules
Procedures
Derived Types
Programs
Source Files
Modules
Procedures
Derived Types
Programs
ExtendArrayInt
Subroutine
MIT
37 statements
Source File
ArrayOperationClass.f90
ArrayOperationClass
ExtendArrayInt
Contents
None
public subroutine ExtendArrayInt(mat, extend1stColumn, extend2ndColumn, DefaultValue)
Arguments
Type
Intent
Optional
Attributes
Name
integer,
intent(inout),
allocatable
::
mat
(:,:)
logical,
intent(in),
optional
::
extend1stColumn
logical,
intent(in),
optional
::
extend2ndColumn
integer,
intent(in),
optional
::
DefaultValue
Contents
None