Changeset 4422 for palm/trunk/SOURCE
- Timestamp:
- Feb 24, 2020 10:45:13 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/virtual_measurement_mod.f90
r4421 r4422 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Missing trim() 28 ! 29 ! 4408 2020-02-14 10:04:39Z gronemeier 27 30 ! - Output of character string station_name after DOM has been enabled to 28 31 ! output character variables 29 ! - Bugfix, missing coupling 32 ! - Bugfix, missing coupling_char statement when opening the input file 30 33 ! 31 34 ! 4408 2020-02-14 10:04:39Z gronemeier … … 882 885 ! 883 886 !-- 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 ) 885 888 ! 886 889 !-- Obtain number of sites.
Note: See TracChangeset
for help on using the changeset viewer.