plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
InOrOutInt
Function
MIT
26 statements
Source File
ArrayClass.f90
ArrayClass
InOrOutInt
Contents
public function InOrOutInt(x, xmax, xmin, DimNum) result(Inside)
Arguments
Type
Intent
Optional
Attributes
Name
integer(kind=int32),
intent(in)
::
x
(:)
integer(kind=int32),
intent(in)
::
xmax
(:)
integer(kind=int32),
intent(in)
::
xmin
(:)
integer(kind=int32),
intent(in),
optional
::
DimNum
Return Value
logical