test_cauppf Subroutine

subroutine test_cauppf()

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

Arguments

None

Source Code

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