tic Subroutine

public subroutine tic(self)

Type Bound

timer

Arguments

Type IntentOptional Attributes Name
class(timer), intent(out) :: self

Contents

Source Code

tic

Source Code

    subroutine tic(self)
        class(timer), intent(out) :: self
        call system_clock(self%seed)
    end subroutine tic