test_hfncdf Subroutine

subroutine test_hfncdf()

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

Arguments

None

Source Code

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