Remove the unused 'use storage_module' from g2print.F. PGI 10.6+ complains about
[WPS.git] / ungrib / src / filelist.F
blobf7589bb505e02dee1982a5f409877806d3390a9f
1 module filelist
2   character(len=24), dimension(10000) :: filedates = '0000-00-00 00:00:00.0000'
3   integer :: nfiles = 0
4 end module filelist