From c614cb39226e8c03badac1e782e0bb56ec21add0 Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Fri, 15 May 2020 15:03:06 +0200 Subject: [PATCH] Fixed conversion --- bin/qp_convert_output_to_ezfio | 2 +- src/nuclei/nuclei.irp.f | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/qp_convert_output_to_ezfio b/bin/qp_convert_output_to_ezfio index 5f0c4771..cbc81032 100755 --- a/bin/qp_convert_output_to_ezfio +++ b/bin/qp_convert_output_to_ezfio @@ -335,7 +335,7 @@ def write_ezfio(res, filename): def get_full_path(file_path): file_path = os.path.expanduser(file_path) file_path = os.path.expandvars(file_path) - file_path = os.path.abspath(file_path) +# file_path = os.path.abspath(file_path) return file_path diff --git a/src/nuclei/nuclei.irp.f b/src/nuclei/nuclei.irp.f index 88ee24e8..39e6b399 100644 --- a/src/nuclei/nuclei.irp.f +++ b/src/nuclei/nuclei.irp.f @@ -211,7 +211,7 @@ END_PROVIDER END_DOC integer :: iunit, i integer, external :: getUnitAndOpen - character*(128) :: filename + character*(1024) :: filename if (mpi_master) then call getenv('QP_ROOT',filename) filename = trim(filename)//'/data/list_element.txt'