test_tcdf Subroutine

subroutine test_tcdf()

call unit_check(‘tcdf’, 0.eq.0, ‘checking’,100)

Arguments

None

Source Code

subroutine test_tcdf()
   call unit_check_start('tcdf',msg='')
   !!call unit_check('tcdf', 0.eq.0, 'checking',100)
   call unit_check_done('tcdf',msg='')
end subroutine test_tcdf