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/data_output_2d.f90

    r263 r274  
    520520
    521521                IF ( .NOT. found )  THEN
    522                    message_string =  'no output provided for: ' // TRIM( do2d(av,if) )
     522                   message_string = 'no output provided for: ' //    &
     523                                    TRIM( do2d(av,if) )
    523524                   CALL message( 'data_output_2d', 'PA0181', 0, 0, 0, 6, 0 )
    524525                ENDIF
Note: See TracChangeset for help on using the changeset viewer.