Skip to content

Commit

Permalink
Merge branch 'master' into hssSection
Browse files Browse the repository at this point in the history
  • Loading branch information
mhscott committed Oct 23, 2021
2 parents 9b56011 + ec7e87c commit 147401b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion SRC/material/uniaxial/SimpleFractureMaterial.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ SimpleFractureMaterial::recvSelf(int cTag, Channel &theChannel,

maxStrain = dataVec(0);

if (dataVec(2) == 1.0)
if (dataVec(1) == 1.0)
Cfailed = true;
else
Cfailed = false;
Expand Down
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 147401b

Please sign in to comment.