test_lamppf Subroutine

subroutine test_lamppf()

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

Arguments

None

Source Code

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