From 0c8e9e4935cfbe1f469fe346d2335a34565d5a8d Mon Sep 17 00:00:00 2001 From: Francesco Carpanese <francesco.carpanese@epfl.ch> Date: Tue, 10 Dec 2019 17:18:30 +0100 Subject: [PATCH] Clean up version of running ITER for different cases --- IDS/complete_IDS_CORSICA.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IDS/complete_IDS_CORSICA.m b/IDS/complete_IDS_CORSICA.m index f988d4c3..01993ee0 100644 --- a/IDS/complete_IDS_CORSICA.m +++ b/IDS/complete_IDS_CORSICA.m @@ -19,7 +19,7 @@ G = liug(G,P); L = liuc(P,G); % Extract information from CORSICA IDS -[LC,LXC,LYC] = liux_IDS_corsica(L, IDS); +[LC,LXC,LYC] = LLXLY_IDS_corsica(L, IDS); %% -------------------- ADD the missing information on the existing IDS CORSICA ----------------------- -- GitLab