test_fran Subroutine

subroutine test_fran()

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

Arguments

None

Source Code

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