test_geoppf Subroutine

subroutine test_geoppf()

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

Arguments

None

Source Code

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