reset_matching_plane_response_snapshot_cache Subroutine

public subroutine reset_matching_plane_response_snapshot_cache()

独立 run や unit test の開始時に immutable snapshot cache を解放する。

Arguments

None

Source Code

  subroutine reset_matching_plane_response_snapshot_cache()
    if (allocated(response_snapshots)) deallocate (response_snapshots)
  end subroutine reset_matching_plane_response_snapshot_cache