Ignore:
Timestamp:
Jul 15, 2019 11:59:11 AM (5 years ago)
Author:
suehring
Message:

Avoid overlong lines

File:
1 edited

Legend:

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

    r3987 r4097  
    2525! -----------------
    2626! $Id$
     27! Avoid overlong lines - limit is 132 characters per line
     28!
     29! 3987 2019-05-22 09:52:13Z kanani
    2730! Improved formatting of job logfile output,
    2831! changed output of DEBUG file
     
    364367!
    365368!-- Write and flush debug location or info message to file
    366     WRITE( debug_output_unit, 201 )    TRIM( system_time ), time_since_reference_point, TRIM( message_type_string ), TRIM( debug_string )
     369    WRITE( debug_output_unit, 201 )    TRIM( system_time ), time_since_reference_point, &
     370                                       TRIM( message_type_string ), TRIM( debug_string )
    367371    FLUSH( debug_output_unit )
    368372
Note: See TracChangeset for help on using the changeset viewer.