Increase the dimension of allmessages() to max of 200.

This commit is contained in:
Joe Taylor 2022-12-31 14:47:32 -05:00
parent 3958f66fd2
commit 029977c619

View File

@ -59,7 +59,7 @@ contains
integer*2 iwave(15*12000)
integer apsym2(58),aph10(10)
character datetime*13,msg37*37
character*37 allmessages(100)
character*37 allmessages(200)
character*12 ctime
integer allsnrs(100)
integer itone(NN)