Skip to content
Snippets Groups Projects
Commit bd9d55aa authored by Francesco Carpanese's avatar Francesco Carpanese Committed by Olivier Sauter
Browse files

LIUQE expects COCOS17 IDS. COCOS11 to COCOS17 is done before hand.

parent ee74a541
No related branches found
No related tags found
1 merge request!41Add corsica liuqe complete ids from meq
This commit is part of merge request !41. Comments created here will be created in the context of that merge request.
...@@ -636,7 +636,7 @@ am = [... ...@@ -636,7 +636,7 @@ am = [...
data_struct = struct(); data_struct = struct();
data_struct.r = R; data_struct.r = R;
data_struct.z = Z; data_struct.z = Z;
data_struct.am = am; data_struct.am = am;
nm = numel(R); nm = numel(R);
for ii=1:nm for ii=1:nm
data_struct.name{ii}= num2str(ii); data_struct.name{ii}= num2str(ii);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment