Skip to content

Commit

Permalink
CHG: collapsing removed for mmemasstransport class.
Browse files Browse the repository at this point in the history
  • Loading branch information
larour committed Nov 30, 2024
1 parent 91f439d commit 4830a10
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/m/classes/model.m
Original file line number Diff line number Diff line change
Expand Up @@ -457,10 +457,6 @@ function disp(self) % {{{
if numel(md.masstransport.spcthickness)>1,
md.masstransport.spcthickness=project2d(md,md.masstransport.spcthickness,md.mesh.numberoflayers);
end
if numel(md.mmemasstransport.spcthickness)>1,
md.mmemasstransport.deltathickness=project2d(md,md.mmemasstransport.deltathickness,md.mesh.numberoflayers);
end

if numel(md.damage.spcdamage)>1,
md.damage.spcdamage=project2d(md,md.damage.spcdamage,md.mesh.numberoflayers);
end
Expand Down

0 comments on commit 4830a10

Please sign in to comment.