From 3a758e0e7a37bc248a171a23fa4bb4240eea9ad4 Mon Sep 17 00:00:00 2001 From: Daniel Wortmann Date: Fri, 22 Feb 2019 09:20:17 +0100 Subject: [PATCH] Made inpgen to write inp.xml with include for relax.inp --- io/w_inpXML.f90 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/io/w_inpXML.f90 b/io/w_inpXML.f90 index 3d363d78..e3c3e0f3 100644 --- a/io/w_inpXML.f90 +++ b/io/w_inpXML.f90 @@ -678,6 +678,8 @@ SUBROUTINE w_inpXML(& IF(l_outFile) THEN CALL closeXMLElement('inputData') ELSE + WRITE (fileNum,'(a)')' ' + WRITE (fileNum,'(a)')' ' WRITE (fileNum,'(a)') '' CLOSE (fileNum) END IF -- GitLab