Changeset 3997 for palm/trunk/UTIL/inifor/src/inifor_control.f90
- Timestamp:
- May 23, 2019 12:35:57 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/UTIL/inifor/src/inifor_control.f90
r3866 r3997 26 26 ! ----------------- 27 27 ! $Id$ 28 ! Added warnings counter 29 ! 30 ! 31 ! 3866 2019-04-05 14:25:01Z eckhard 28 32 ! Use PALM's working precision 29 33 ! Renamed run_control -> log_runtime … … 85 89 CHARACTER (LEN=5000) :: tip = '' !< optional log message buffer for tips on how to rectify encountered errors 86 90 INTEGER, SAVE :: u !< Fortran file unit for the log file 91 INTEGER, SAVE :: n_wrngs = 0 !< Fortran file unit for the log file 87 92 88 93 CONTAINS … … 143 148 CHARACTER(LEN=*), INTENT(IN) :: message !< log message 144 149 150 n_wrngs = n_wrngs + 1 145 151 CALL report(routine, "WARNING: " // TRIM(message)) 146 152
Note: See TracChangeset
for help on using the changeset viewer.