Skip to content

Commit

Permalink
CHG: missing instantiation of mmemasstransport field in model class.
Browse files Browse the repository at this point in the history
  • Loading branch information
larour committed Nov 30, 2024
1 parent 3a0e6ae commit 91f439d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/m/classes/model.m
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,7 @@ function disp(self) % {{{
md.hydrology = hydrologyshreve();
md.debris = debris();
md.masstransport = masstransport();
md.mmemasstransport = mmemasstransport();
md.thermal = thermal();
md.steadystate = steadystate();
md.transient = transient();
Expand Down

0 comments on commit 91f439d

Please sign in to comment.