Ignore:
Timestamp:
Mar 26, 2009 3:11:21 PM (15 years ago)
Author:
heinze
Message:

Indentation of the message calls corrected

File:
1 edited

Legend:

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

    r273 r274  
    145145    IF ( dvrp_output /= 'ftp'  .AND.  dvrp_output /= 'rtsp'  .AND. &
    146146         dvrp_output /= 'local' )  THEN
    147        message_string = 'dvrp_output="' // TRIM( dvrp_output ) // '" not allowed'
     147       message_string = 'dvrp_output="' // TRIM( dvrp_output ) // &
     148                        '" not allowed'
    148149       CALL message( 'init_dvrp', 'PA0196', 1, 2, 0, 6, 0 )
    149150    ENDIF
     
    189190            mode_dvrp(m)(1:9)  /= 'pathlines' )  THEN
    190191
    191           message_string = 'mode_dvrp="' // TRIM( mode_dvrp(m) ) // '" not allowed'
     192          message_string = 'mode_dvrp="' // TRIM( mode_dvrp(m) ) // &
     193                           '" not allowed'
    192194          CALL message( 'init_dvrp', 'PA0198', 1, 2, 0, 6, 0 )
    193195          CALL local_stop
Note: See TracChangeset for help on using the changeset viewer.