WSJT-X/runqqq.F90
Joe Taylor 02994c6f53 Don't look for 'OOO' decodes in the wideband deep search.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@1643 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2009-11-07 21:24:39 +00:00

18 lines
234 B
Fortran

subroutine runqqq(fname,cmnd,iret)
#ifdef CVF
use dflib
#endif
integer system
character*(*) fname,cmnd
#ifdef CVF
iret=runqq(fname,cmnd)
#else
iret=system('KVASD_g95 -q > dev_null')
#endif
return
end subroutine runqqq