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

accept 2.2

parent 9b987e10
No related branches found
No related tags found
No related merge requests found
......@@ -172,7 +172,7 @@ if strcmp(tline,'$ELM') || strcmp(tline, '$Elements')
% format 2: 1 - physical number, 2 - geometrical number, 3 - mesh partition number
msh.nbType = zeros(ntypes,1);
for I = 1:msh.nbElm
if (fileformat == 2)
if (fileformat >= 2)
finnish = start + 2;
msh.ELE_INFOS(I, 1:3) = aux(start: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