plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
RemoveIFintArray2
Function
MIT
46 statements
Source File
ArrayClass.f90
ArrayClass
RemoveIFintArray2
Contents
public pure function RemoveIFintArray2(array2, column, equal_to, not_equal_to) result(new_array2)
Arguments
Type
Intent
Optional
Attributes
Name
integer(kind=int32),
intent(in)
::
array2
(:,:)
integer(kind=int32),
intent(in)
::
column
integer(kind=int32),
intent(in),
optional
::
equal_to
integer(kind=int32),
intent(in),
optional
::
not_equal_to
Return Value
integer(kind=int32), allocatable, (:,:)