mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-29 06:35:28 -04:00
Add missing blank
This commit is contained in:
parent
f93931d803
commit
e3530d45db
1 changed files with 1 additions and 1 deletions
|
|
@ -773,7 +773,7 @@ CONTAINS
|
|||
ELSE
|
||||
CALL open_file(file_name="GTH-PARAMETER", file_status="UNKNOWN", file_action="WRITE", unit_number=iw)
|
||||
END IF
|
||||
WRITE (iw, '(A2,A)') gthpot%symbol, ADJUSTL(TRIM(gthpot%pname))
|
||||
WRITE (iw, '(A)') TRIM(ADJUSTL(gthpot%symbol))//" "//TRIM(ADJUSTL(gthpot%pname))
|
||||
WRITE (iw, '(4I5)') gthpot%econf(0:3)
|
||||
WRITE (iw, '(F20.14,I8,5F20.14)') gthpot%rc, gthpot%ncl, (gthpot%cl(i), i=1, gthpot%ncl)
|
||||
IF (gthpot%lpotextended) THEN
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue