Ignore:
Timestamp:
Mar 13, 2009 12:36:03 PM (15 years ago)
Author:
heinze
Message:

Output of messages replaced by message handling routine.

File:
1 edited

Legend:

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

    r4 r258  
    22
    33!------------------------------------------------------------------------------!
    4 ! Actual revisions:
     4! Current revisions:
    55! -----------------
    6 !
     6! Output of messages replaced by message handling routine.
     7!
    78!
    89! Former revisions:
     
    18841885
    18851886
     1887    USE control_parameters
    18861888    USE pegrid
    18871889
     
    19451947
    19461948!    WRITE (nout,'(A,I4,A)') ' n =',n,' - Contains illegal factors'
    1947     IF ( myid == 0 )  THEN
    1948        PRINT*, '+++ temperton_fft:'
    1949        PRINT*, '    number of gridpoints along x or/and y contain illegal ', &
    1950                     'factors'
    1951        PRINT*, '    only factors 8,6,5,4,3,2 are allowed'
    1952     ENDIF
    1953     CALL local_stop
    1954 
     1949    message_string = 'number of gridpoints along x or/and y ' // &
     1950                     'contain illegal  factors' //               &
     1951                     '&only factors 8,6,5,4,3,2 are allowed'
     1952    CALL message( 'temperton_fft', 'PA0311', 1, 2, 0, 6, 0 )
    19551953
    19561954    RETURN
Note: See TracChangeset for help on using the changeset viewer.