From 4340a96a1630cf34f63827946dbdfe37a127e1be Mon Sep 17 00:00:00 2001 From: Olivier Sauter <olivier.sauter@epfl.ch> Date: Wed, 13 Mar 2019 12:45:04 +0000 Subject: [PATCH] add link to sauter folder for ids_structures.mat file git-svn-id: https://spcsvn.epfl.ch/repos/TCV/gdat/trunk@11562 d63d8f72-b253-0410-a779-e742ad2e26cf --- crpptbx/TCV/gdat_tcv.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crpptbx/TCV/gdat_tcv.m b/crpptbx/TCV/gdat_tcv.m index 6ce1bf37..fe526e8c 100644 --- a/crpptbx/TCV/gdat_tcv.m +++ b/crpptbx/TCV/gdat_tcv.m @@ -1092,7 +1092,7 @@ elseif strcmp(mapping_for_tcv.method,'switchcase') ids_gen_ok = exist('ids_gen'); equil_empty = struct([]); if ids_gen_ok ~= 2 - ids_struct_saved = 'ids_structures_20190312.mat'; + ids_struct_saved = '/home/sauter/matlab/gdat_develop/crpptbx/TCV_IMAS/ids_structures_20190312.mat'; if ~exist(ids_struct_saved,'file') warning(['function ids_gen not available neither file ids_structures_20190312.mat thus cannot create empty ids: ids_gen(''' ids_top_name ''')']); return -- GitLab