test_chscdf Subroutine

subroutine test_chscdf()

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

Arguments

None

Source Code

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