Skip to content

Commit

Permalink
Small fix in recvSelf
Browse files Browse the repository at this point in the history
  • Loading branch information
mhscott committed Oct 23, 2021
1 parent ac49350 commit 0aa0132
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 0aa0132

Please sign in to comment.