From 27b94e2cc7048a6c5581965cd6ea7a98b55633ab Mon Sep 17 00:00:00 2001 From: Steven Franke Date: Tue, 5 May 2020 08:07:31 -0500 Subject: [PATCH] Fix another bug. --- lib/fsk4hf/ldpcsim174_91.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/fsk4hf/ldpcsim174_91.f90 b/lib/fsk4hf/ldpcsim174_91.f90 index 3fbafe84a..d57cf8bd1 100644 --- a/lib/fsk4hf/ldpcsim174_91.f90 +++ b/lib/fsk4hf/ldpcsim174_91.f90 @@ -24,7 +24,7 @@ program ldpcsim174_91 if(nargs.ne.6) then print*,'Usage: ldpcsim niter ndepth #trials s Keff nbposd' print*,'eg: ldpcsim 10 2 1000 0.84 91 1' - print*,'niter: max BP iterations + print*,'niter: max BP iterations' print*,'ndepth: OSD order' print*,'s: noise sigma; if negative value is ignored and sigma is calculated from SNR.' print*,'nbposd=0, no coupling. nbposd>0, maxsuper=nbposd; nbposd<0, no OSD'