Changeset 2574 for palm/trunk/SOURCE
- Timestamp:
- Oct 23, 2017 9:02:53 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/write_var_list.f90
r2563 r2574 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Bugfix: Increased length of the character string *** end *** 28 ! 29 ! 2563 2017-10-19 15:36:10Z Giersch 27 30 ! Function call wtm_write_restart_data was added and the end of the standard 28 31 ! parameter list is now marked with *** end default ***. The end of the whole … … 764 767 ! 765 768 !-- Set the end-of-file mark for default parameter 766 WRITE ( 14 ) '*** end *** '769 WRITE ( 14 ) '*** end *** ' 767 770 768 771
Note: See TracChangeset
for help on using the changeset viewer.