Ignore:
Timestamp:
Jan 17, 2019 2:12:17 PM (5 years ago)
Author:
eckhard
Message:

inifor: bugfix: avoid empty averaging regions, check if all input files are present

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/UTIL/inifor/src/inifor_control.f90

    r3618 r3678  
    2626! -----------------
    2727! $Id$
     28! Added message buffer for displaying tips to rectify encountered errors
     29!
     30!
     31! 3618 2018-12-10 13:25:22Z eckhard
    2832! Prefixed all INIFOR modules with inifor_
    2933!
     
    7377
    7478    CHARACTER (LEN=5000) ::  message = '' !< log message buffer
     79    CHARACTER (LEN=5000) ::  tip     = '' !< optional log message buffer for tips on how to rectify encountered errors
    7580
    7681 CONTAINS
Note: See TracChangeset for help on using the changeset viewer.