initialize Subroutine

public subroutine initialize(ranges)

Set the ranges for the counter

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: ranges(:)

Set of ranges: size is the number of counters, counter i will run from 0 to ranges(i)