finish_ingen Subroutine

public subroutine finish_ingen()

FIXME : Add documentation

Arguments

None

Contents

Source Code


Source Code

  subroutine finish_ingen
    if(allocated(sweet_spots)) deallocate(sweet_spots)
    call ingen_config%reset()
    initialized = .false.
  end subroutine finish_ingen