test_propor Subroutine

subroutine test_propor()

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

Arguments

None

Source Code

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