From d4b433cf5d9aa23f17211c413c3976723acefb51 Mon Sep 17 00:00:00 2001 From: Andrew Jewett Date: Mon, 12 Oct 2020 18:10:11 -0700 Subject: [PATCH] updated ltemplify.py --- moltemplate/ltemplify.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/moltemplate/ltemplify.py b/moltemplate/ltemplify.py index d070d2dd..03cb1015 100755 --- a/moltemplate/ltemplify.py +++ b/moltemplate/ltemplify.py @@ -4743,7 +4743,7 @@ def Write(self, out_file): # ' ----------------------\n') if self.preamble_text != '': - out_file.write(self.preamble_text + '\n') + out_file.write(self.preamble_text + '\n\n') if self.mol_name != '': out_file.write(self.mol_name + ' {\n')