Toggle navigation
plantFEM
Contents
Source Files
Modules
Procedures
Derived Types
Programs
Source Files
Modules
Procedures
Derived Types
Programs
removeArrayReal
Subroutine
MIT
70 statements
Source File
ArrayOperationClass.f90
ArrayOperationClass
removeArrayReal
Contents
None
public subroutine removeArrayReal(mat, remove1stColumn, remove2ndColumn, NextOf)
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=8),
intent(inout),
allocatable
::
mat
(:,:)
logical,
intent(in),
optional
::
remove1stColumn
logical,
intent(in),
optional
::
remove2ndColumn
integer,
intent(in),
optional
::
NextOf
Contents
None