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_init_plant_canopy.f90

    r258 r274  
    6060!--       After definition, please
    6161!--       remove the following three lines!
    62           message_string = 'canopy_mode "' // canopy_mode // '" not available yet'
     62          message_string = 'canopy_mode "' // canopy_mode // &
     63                           '" not available yet'
    6364          CALL message( 'user_init_plant_canopy', 'UI0007', 0, 1, 0, 6, 0 )
    6465         
     
    6667!
    6768!--       The DEFAULT case is reached if the parameter canopy_mode contains a
    68 !--       wrong character string that is neither recognized in init_3d_model nor 
     69!--       wrong character string that is neither recognized in init_3d_model nor
    6970!--       here in user_init_plant_canopy.
    7071          message_string = 'unknown canopy_mode "' // canopy_mode // '"'
Note: See TracChangeset for help on using the changeset viewer.