Skip to content
Snippets Groups Projects
Commit 4bf3bf71 authored by Ian Boyd's avatar Ian Boyd
Browse files

Replace geoms_tc.pro

parent 1bcfa0f2
No related branches found
No related tags found
No related merge requests found
......@@ -64,6 +64,9 @@
; 2020-03-11, v2.02 Ian Boyd update due to fix to idlcr8hdf
; 2020-04-27, v2.03 Ian Boyd update due to geoms_vntools update
; 2020-07-09, v2.04 Ian Boyd update due to fix to idlcr8hdf
; 2020-09-30, v2.05 Ian Boyd update due to fix to idlcr8ascii; geoms_tools now returns a QA_error_code
; value of -2 to geoms_qa if idlcr8ascii can't read the input file, to stop
; template and version name checks
;---------------------------------------------------------------------------------------------------
PRO geoms_tc
......@@ -74,7 +77,7 @@ PRO geoms_tc
if ( iNrArgs ne 2 ) then begin
print
print, 'GEOMS template checker (geoms_tc)'
print, ' Release v2.04, 2020-07-09'
print, ' Release v2.05, 2020-09-30'
print, ' Does GEOMS template compliance checks on HDF4/5 files.'
print
print, 'usage: idl -rt=geoms_tc.sav -args [GEOMS-TE-FILE] [HDFFILE] '
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment