1 subroutine da_free_unit(unit)
3 !-----------------------------------------------------------------------
5 !-----------------------------------------------------------------------
9 integer, intent(in) :: unit
11 ! Do not use as called in trace
12 ! if (trace_use) call da_trace_entry("da_free_unit")
14 unit_used(unit) = .false.
16 ! if (trace_use) call da_trace_exit("da_free_unit")
18 end subroutine da_free_unit