Skip to content
Snippets Groups Projects
Commit b4e25b34 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

accept 2.2

parent 9b987e10
Branches
Tags
No related merge requests found
...@@ -172,7 +172,7 @@ if strcmp(tline,'$ELM') || strcmp(tline, '$Elements') ...@@ -172,7 +172,7 @@ if strcmp(tline,'$ELM') || strcmp(tline, '$Elements')
% format 2: 1 - physical number, 2 - geometrical number, 3 - mesh partition number % format 2: 1 - physical number, 2 - geometrical number, 3 - mesh partition number
msh.nbType = zeros(ntypes,1); msh.nbType = zeros(ntypes,1);
for I = 1:msh.nbElm for I = 1:msh.nbElm
if (fileformat == 2) if (fileformat >= 2)
finnish = start + 2; finnish = start + 2;
msh.ELE_INFOS(I, 1:3) = aux(start:finnish); msh.ELE_INFOS(I, 1:3) = aux(start:finnish);
ntags = aux(finnish); ntags = aux(finnish);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment