Ignore:
Timestamp:
Apr 2, 2019 4:59:33 PM (5 years ago)
Author:
suehring
Message:

typo and print statement removed

File:
1 edited

Legend:

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

    r3844 r3854  
    2020! Current revisions:
    2121! -----------------
    22 !
     22! Typo removed
    2323!
    2424! Former revisions:
     
    27082708          IF ( buildings_f%from_file  .AND.                                    &
    27092709               .NOT. building_id_f%from_file )  THEN
    2710              message_string = 'If building heigths are prescribed in ' //      &
     2710             message_string = 'If building heights are prescribed in ' //      &
    27112711                              'static input file, also an ID is required.'
    27122712             CALL message( 'netcdf_data_input_mod', 'PA0542', 1, 2, 0, 6, 0 )
Note: See TracChangeset for help on using the changeset viewer.