From 16f43222f23cca4814d498aa274b737aef64c40f Mon Sep 17 00:00:00 2001 From: Thomas Applencourt Date: Thu, 17 Nov 2016 10:47:43 -0600 Subject: [PATCH] Update qp_convert_output_to_ezfio.py --- scripts/ezfio_interface/qp_convert_output_to_ezfio.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/ezfio_interface/qp_convert_output_to_ezfio.py b/scripts/ezfio_interface/qp_convert_output_to_ezfio.py index aea1aef9..1c541a21 100755 --- a/scripts/ezfio_interface/qp_convert_output_to_ezfio.py +++ b/scripts/ezfio_interface/qp_convert_output_to_ezfio.py @@ -343,12 +343,12 @@ def write_ezfio(res, filename): try: pseudo_str = res_file.get_pseudo() + matrix, array_l_max_block, array_z_remove = parse_str(pseudo_str) except: ezfio.set_pseudo_do_pseudo(False) else: ezfio.set_pseudo_do_pseudo(True) - matrix, array_l_max_block, array_z_remove = parse_str(pseudo_str) - + # ~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~ # # Z _ e f f , a l p h a / b e t a _ e l e c # # ~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~ #