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

    r258 r274  
    7575    IF ( TRIM( initializing_actions ) == 'read_restart_data' )  THEN
    7676       IF ( max_pr_user /= max_pr_user_tmp )  THEN
    77           WRITE( message_string, * ) 'the number of user-defined profiles given in ', &
    78                                      '&data_output_pr (', max_pr_user_tmp, ') doe',    &
    79                                      'snot match the one ',                           &
    80                                      '&found in the restart file (', max_pr_user,     &
     77          WRITE( message_string, * ) 'the number of user-defined profiles ', &
     78                     'given in &data_output_pr (', max_pr_user_tmp, ') doe', &
     79                     'snot match the one ',                                  &
     80                     '&found in the restart file (', max_pr_user,            &
    8181                                     ')'
    8282          CALL message( 'user_parin', 'UI0009', 1, 2, 0, 6, 0 )
Note: See TracChangeset for help on using the changeset viewer.