Correct an error in decoder.f90, introduced yesterday.

This commit is contained in:
Joe Taylor
2020-03-20 10:11:08 -04:00
parent 2b103dda37
commit fcc7739cb9
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
subroutine multimode_decoder(ipc1,ss,id2,params,nfsample)
subroutine multimode_decoder(ss,id2,params,nfsample)
!$ use omp_lib
use prog_args