From 917ee740ab58cea4e40085e0c12dea2f8e6f168a Mon Sep 17 00:00:00 2001 From: Neda Darbeheshti <neda.darbeheshti@aei.mpg.de> Date: Mon, 16 Sep 2019 17:08:45 +0200 Subject: [PATCH] minor changes --- function_gfr/save_vars_for_plotting.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/function_gfr/save_vars_for_plotting.m b/function_gfr/save_vars_for_plotting.m index 0c367c9..05c4924 100644 --- a/function_gfr/save_vars_for_plotting.m +++ b/function_gfr/save_vars_for_plotting.m @@ -6,10 +6,10 @@ % continue_gfr_par_from_iteration.m. %% % Filename and path of file to save -FileName= ['results/','GFR_itr_',num2str(ItrNo_max), '_do_', num2str(lmaxcs), '_nods_', num2str(nods), '_','tno_', num2str(tno),'_', datestr(now, 'dd-mmm-yyyy'),'.mat']; +FileName= ['../results/','GFR_itr_',num2str(ItrNo_max), '_do_', num2str(lmaxcs), '_nods_', num2str(nods), '_','tno_', num2str(tno),'_', datestr(now, 'dd-mmm-yyyy'),'.mat']; % save all necessary variables in one file -save(FileName,'xhat_save','chat_save','eps_save','chat_dv_save','dv_save','state0','x0x','field', 'field_cs', 'field_vec0', 'mKBR', 'GM', 'ae', 't0', 'nods', 'lmaxcs', 'lmaxf', 'data_folder', 'state00', 't_itr_nod','tno'); +save(FileName,'xhat_save','chat_save','eps_save','chat_dv_save','dv_save','state0','x0x','field', 'field_cs', 'field_vec0', 'mKBR', 'GM', 'ae', 't0', 'nods', 'lmaxcs', 'lmaxf', 'state00', 't_itr_nod','tno'); % actual time c = clock; -- GitLab