From 6b16c034f1c52abb82eb930b186026d277983d43 Mon Sep 17 00:00:00 2001 From: Antoine Cyril David Hoffmann <ahoffman@spcpc606.epfl.ch> Date: Tue, 27 Jul 2021 14:54:25 +0200 Subject: [PATCH] up --- wk/analysis_2D.m | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/wk/analysis_2D.m b/wk/analysis_2D.m index 9e38fcfe..b300b843 100644 --- a/wk/analysis_2D.m +++ b/wk/analysis_2D.m @@ -8,8 +8,7 @@ outfile =''; outfile =''; outfile =''; outfile =''; -% outfile ='test_3D/50x25_L_50_P_2_J_1_eta_0.5_nu_1e-01_DGGK_CLOS_0_mu_0e+00'; -outfile ='test_3D/50x25_L_50_lin_P_2_J_1_eta_Inf_nu_0e+00_DGGK_CLOS_0_mu_0e+00'; +outfile ='test_3D/50x25_L_50_lin_P_2_J_1_eta_0.5_nu_1e-01_DGGK_CLOS_0_mu_0e+00'; BASIC.RESDIR = ['../results/',outfile,'/']; BASIC.MISCDIR = ['/misc/HeLaZ_outputs/results/',outfile,'/']; CMD = ['cp ', BASIC.RESDIR,'outputs* ',BASIC.MISCDIR]; disp(CMD); -- GitLab