test_tppf Subroutine

subroutine test_tppf()

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

Arguments

None

Source Code

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