exitthermodynamics Subroutine

public subroutine exitthermodynamics()

Arguments

None

Called by

proc~~exitthermodynamics~~CalledByGraph proc~exitthermodynamics exitthermodynamics proc~exitmodules exitmodules proc~exitmodules->proc~exitthermodynamics

Source Code

  subroutine exitthermodynamics
    implicit none
    deallocate(th0av)
  end subroutine exitthermodynamics