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

    r254 r274  
    361361#endif
    362362       ELSE
    363           message_string = 'fft method "' // TRIM( fft_method) // '" not available'
     363          message_string = 'fft method "' // TRIM( fft_method) // &
     364                           '" not available'
    364365          CALL message( 'fft_x', 'PA0189', 1, 2, 0, 6, 0 )
    365366
     
    543544       ELSE
    544545
    545           message_string = 'fft method "' // TRIM( fft_method) // '" not available'
     546          message_string = 'fft method "' // TRIM( fft_method) // &
     547                           '" not available'
    546548          CALL message( 'fft_y', 'PA0189', 1, 2, 0, 6, 0 )
    547549
     
    678680       ELSE
    679681
    680           message_string = 'fft method "' // TRIM( fft_method) // '" not available'
     682          message_string = 'fft method "' // TRIM( fft_method) // &
     683                           '" not available'
    681684          CALL message( 'fft_x_m', 'PA0189', 1, 2, 0, 6, 0 )
    682685
     
    813816       ELSE
    814817         
    815           message_string = 'fft method "' // TRIM( fft_method) // '" not available'
     818          message_string = 'fft method "' // TRIM( fft_method) // &
     819                           '" not available'
    816820          CALL message( 'fft_x_m', 'PA0189', 1, 2, 0, 6, 0 )
    817821
Note: See TracChangeset for help on using the changeset viewer.