test_dexppf Subroutine

subroutine test_dexppf()

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

Arguments

None

Source Code

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