1234567891011121314151617181920212223 |
- Patched config file tm_date_ok.F, replacing the original file.
- Februray 23th 2020 by PY Barriat (ELIC - UCL)
- @@ -45,7 +45,7 @@
- * v7441*acm* 12/18 Issue 1910: Allow dates in commands to be in ISO 8601 form, yyyy-mm-dd
-
-
- - include 'tmap_errors.parm'
- + include 'tmap_errors.parm'
- #include "gt_lib.parm"
-
- * calling argument declarations:
- @@ -73,6 +73,7 @@
- * SPAWN_OK -> SPAWN_OK, so 1=succcess, 0=failure
- * SPAWN_STATUS returns the status value
-
- + USE IFPORT
- IMPLICIT NONE
- * calling argument declarations:
- INTEGER isym, slen
|