Skip to content

Commit

Permalink
Update Trilinwpd.cpp
Browse files Browse the repository at this point in the history
Small fix in recvSelf
  • Loading branch information
mhscott committed Oct 23, 2021
1 parent 4c9b88a commit ec7e87c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SRC/material/uniaxial/Trilinwpd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -652,8 +652,8 @@ trilinwpd::recvSelf(int commitTag, Channel &theChannel,
Cstrain = data(25);
Ttangent = data(26);
pt = data(27);
pb = data(29);
itype=data(30);
pb = data(28);
itype=data(29);
// set the trial values
TrotMax = CrotMax;
TrotMin = CrotMin;
Expand Down

0 comments on commit ec7e87c

Please sign in to comment.