Changeset 3318


Ignore:
Timestamp:
Oct 8, 2018 11:43:01 AM (6 years ago)
Author:
sward
Message:

Fixed faulty syntax in message string

File:
1 edited

Legend:

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

    r3298 r3318  
    2727! -----------------
    2828! $Id$
     29! Fixed faulty syntax of message string
     30!
     31! 3298 2018-10-02 12:21:11Z kanani
    2932! Add remarks (kanani)
    3033! Merge with trunk, replaced cloud_physics by bulk_cloud_model         28.09.2018 forkel
     
    921924!--    check for  decycling of chem species
    922925       IF ( (.not. any(decycle_method == 'neumann') ) .AND. (.not. any(decycle_method == 'dirichlet') ) )   THEN
    923           message_string = 'Incorrect boundary conditions. Only neumann or dirichlet     &
    924           available for decycling chemical species '
     926          message_string = 'Incorrect boundary conditions. Only neumann or '   &
     927                   // 'dirichlet &available for decycling chemical species '
    925928          CALL message( 'chem_check_parameters', 'CM0426', 1, 2, 0, 6, 0 )
    926929       ENDIF
Note: See TracChangeset for help on using the changeset viewer.