test_fourie Subroutine

subroutine test_fourie()

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

Arguments

None

Source Code

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