Skip to content

Commit

Permalink
Update J2BeamFiber2d.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
mhscott committed Oct 25, 2021
1 parent 0ca80f1 commit b3e0a3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SRC/material/nD/J2BeamFiber2d.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -700,7 +700,7 @@ J2BeamFiber2d::setParameter(const char **argv, int argc,
param.setValue(nu);
return param.addObject(2, this);
}
else if (strcmp(argv[0],"sigmaY") == 0 || strcmp(argv[0],"fy") == 0) {
else if (strcmp(argv[0],"sigmaY") == 0 || strcmp(argv[0],"fy") == 0 || strcmp(argv[0],"Fy") == 0) {
param.setValue(sigmaY);
return param.addObject(5, this);
}
Expand Down

0 comments on commit b3e0a3d

Please sign in to comment.