1 subroutine da_zero_x ( x )
3 !-----------------------------------------------------------------------
5 !-----------------------------------------------------------------------
9 type (x_type), intent(inout) :: x ! Analysis incrs structure.
11 if (trace_use_dull) call da_trace_entry("da_zero_x")
51 if (trace_use_dull) call da_trace_exit("da_zero_x")
53 end subroutine da_zero_x