From e3530d45db515391d38c6d097c8e69207f459803 Mon Sep 17 00:00:00 2001 From: Matthias Krack Date: Mon, 13 Oct 2025 11:25:43 +0200 Subject: [PATCH] Add missing blank --- src/atom_output.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/atom_output.F b/src/atom_output.F index bcf24846c1..4c5b38b016 100644 --- a/src/atom_output.F +++ b/src/atom_output.F @@ -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