Skip to content

Commit

Permalink
fix: missing return;
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanshauer committed Sep 16, 2023
1 parent 5f9fb2b commit 225f8d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Material/Elasticity/TPZElasticity3D.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -890,6 +890,7 @@ void TPZElasticity3D::Solution(const TPZMaterialDataT<STATE> &data,
PZError << __PRETTY_FUNCTION__ << " - ERROR! - result = false - numiterations = " << numiterations << " - tol = " << tol << std::endl;
}
#endif
return;
}//TPZElasticity3D::EPrincipalStress

if(var == TPZElasticity3D::EStress1){
Expand Down

0 comments on commit 225f8d6

Please sign in to comment.