From e43e81f73f4894963073771dddc3dc2e268a6838 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Wed, 31 Jan 2024 16:51:26 -0500 Subject: [PATCH] Update the synctest usage example. --- lib/superfox/synctest.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/superfox/synctest.f90 b/lib/superfox/synctest.f90 index 5c09c7ea9..35ed82cc6 100644 --- a/lib/superfox/synctest.f90 +++ b/lib/superfox/synctest.f90 @@ -20,7 +20,7 @@ program synctest nargs=iargc() if(nargs.ne.8) then print*,'Usage: synctest f0 DT fspread delay width nran nfiles snr' - print*,'Example: synctest 1500.0 2.5 0.0 0.0 100 0 10 -20' + print*,'Example: synctest 1500.0 0.15 0.5 1.0 100 0 10 -10' go to 999 endif call getarg(1,arg)