test_cauplt Subroutine

subroutine test_cauplt()

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

Arguments

None

Source Code

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