plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
arangeIntVector
Function
MIT
18 statements
Source File
ArrayClass.f90
ArrayClass
arangeIntVector
Contents
public function arangeIntVector(start_val, stop_val, step, dtype) result(vec)
Arguments
Type
Intent
Optional
Attributes
Name
integer(kind=int32),
intent(in)
::
start_val
integer(kind=int32),
intent(in)
::
stop_val
integer(kind=int32),
intent(in)
::
step
integer(kind=int32),
intent(in)
::
dtype
Return Value
integer(kind=int32), allocatable, (:)