finish_fields_local Subroutine

public subroutine finish_fields_local()

Finish the fields_local module

Arguments

None

Contents

Source Code


Source Code

  subroutine finish_fields_local()
    implicit none
    call pc%reset
    call fieldmat%reset
    reinit = .false.
    initialised=.false.
  end subroutine finish_fields_local