Skip to content

Commit

Permalink
Re-Fixed issue #9
Browse files Browse the repository at this point in the history
  • Loading branch information
DorianDepriester committed Mar 27, 2023
1 parent 21504ad commit a0965e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion @gmshGeo/mesh.m
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@
if mesh3D
writeSequence(ffid,sprintf('Physical %s',groupname),'"Medium"',n_surfaces+1:n_surfaces_tot);
else
writeSequence(ffid,sprintf('Physical %s',groupname),'"Medium"',n_surfaces+1);
writeSequence(ffid,sprintf('Physical %s',groupname),'"Medium"',n_surfaces+1+2*idx_shift);
end
end

Expand Down

0 comments on commit a0965e8

Please sign in to comment.