Skip to content
Snippets Groups Projects
Commit 9c28bec8 authored by Julien Leclerc's avatar Julien Leclerc
Browse files

correct mistake

parent 4f414dc6
Branches
Tags
1 merge request!132Coal jl8
......@@ -123,7 +123,7 @@ void mlawNonLocalPorousCoupledLaw::setOnsetTriaxialityForRoundedYieldSurface(con
void mlawNonLocalPorousCoupledLaw::setCfTOffsetMethod(const int MethodNumber){
_CfTOffsetMethod = MethodNumber;
_mlawCoales->setCfTOffsetMethod(MethodNumber);
if (_CfTOffsetMethod == 0 or _CfTOffsetMethod == 1 or _CfTOffsetMethod == 2){
if (_CfTOffsetMethod == 0 or _CfTOffsetMethod == 1 or _CfTOffsetMethod == 2 or _CfTOffsetMethod == 3){
Msg::Info("mlawNonLocalPorousCoupledLaw::useCfTOffset: Offset method %d is used",_CfTOffsetMethod);
}
else{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment