Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 14, 2023
1 parent dad4d3e commit ed9ca52
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions src/Mod/Fem/Gui/Command.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2013,12 +2013,9 @@ void CmdFemPostLinearizedStressesFilter::activated(int)
if ((FieldName == "Tresca Stress") || (FieldName == "von Mises Stress")
|| (FieldName == "Major Principal Stress")
|| (FieldName == "Intermediate Principal Stress")
|| (FieldName == "Minor Principal Stress")
|| (FieldName == "Stress xx component")
|| (FieldName == "Stress xy component")
|| (FieldName == "Stress xz component")
|| (FieldName == "Stress yy component")
|| (FieldName == "Stress yz component")
|| (FieldName == "Minor Principal Stress") || (FieldName == "Stress xx component")
|| (FieldName == "Stress xy component") || (FieldName == "Stress xz component")
|| (FieldName == "Stress yy component") || (FieldName == "Stress yz component")
|| (FieldName == "Stress zz component")
// names need to match with names in FemVTKTools.cpp, this is not failsafe,
// but at the moment there is no better way for test on a stress result in vtk pipeline
Expand Down

0 comments on commit ed9ca52

Please sign in to comment.