Changeset 4422


Ignore:
Timestamp:
Feb 24, 2020 10:45:13 PM (4 years ago)
Author:
suehring
Message:

missing trim() in open statement

File:
1 edited

Legend:

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

    r4421 r4422  
    2525! -----------------
    2626! $Id$
     27! Missing trim()
     28!
     29! 4408 2020-02-14 10:04:39Z gronemeier
    2730! - Output of character string station_name after DOM has been enabled to
    2831!   output character variables
    29 ! - Bugfix, missing coupling char statement when opening the input file
     32! - Bugfix, missing coupling_char statement when opening the input file
    3033!
    3134! 4408 2020-02-14 10:04:39Z gronemeier
     
    882885!
    883886!-- Open the input file.
    884     CALL open_read_file( input_file_vm // TRIM( coupling_char ), pids_id )
     887    CALL open_read_file( TRIM( input_file_vm ) // TRIM( coupling_char ), pids_id )
    885888!
    886889!-- Obtain number of sites.
Note: See TracChangeset for help on using the changeset viewer.