mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-28 22:25:32 -04:00
Allow for longer description strings in the XML manual
svn-origin-rev: 12456
This commit is contained in:
parent
7c848fa4e1
commit
e92c904aff
1 changed files with 1 additions and 1 deletions
|
|
@ -2109,7 +2109,7 @@ CONTAINS
|
|||
CHARACTER(LEN=*), PARAMETER :: routineN = 'write_section_xml', &
|
||||
routineP = moduleN//':'//routineN
|
||||
|
||||
CHARACTER(LEN=1000) :: string
|
||||
CHARACTER(LEN=2000) :: string
|
||||
CHARACTER(LEN=3) :: repeats, required
|
||||
CHARACTER(LEN=8) :: short_string
|
||||
INTEGER :: i, l0, l1, l2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue