Ignore:
Timestamp:
Apr 11, 2019 11:29:34 AM (5 years ago)
Author:
kanani
Message:

restructure/add location/debug messages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/check_parameters.f90

    r3766 r3885  
    2525! -----------------
    2626! $Id$
     27! Changes related to global restructuring of location messages and introduction
     28! of additional debug messages
     29!
     30! 3766 2019-02-26 16:23:41Z raasch
    2731! trim added to avoid truncation compiler warnings
    2832!
     
    859863
    860864
    861     CALL location_message( 'checking parameters', .FALSE. )
     865    CALL location_message( 'checking parameters', 'start' )
    862866!
    863867!-- At first, check static and dynamic input for consistency
     
    38513855    ENDIF
    38523856
    3853     CALL location_message( 'finished', .TRUE. )
     3857    CALL location_message( 'checking parameters', 'finished' )
    38543858
    38553859 CONTAINS
Note: See TracChangeset for help on using the changeset viewer.