init_timestep_overrides Subroutine

public subroutine init_timestep_overrides(self)

Type Bound

timestep_overrides_type

Arguments

Type IntentOptional Attributes Name
class(timestep_overrides_type), intent(inout) :: self

Contents


Source Code

subroutine init_timestep_overrides(self)
  class(timestep_overrides_type), intent(in out) :: self
  
  if (self%init) return
  self%init = .true.

end subroutine init_timestep_overrides