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

replace msg::fatal by an error

parent d2436aca
No related branches found
No related tags found
1 merge request!226Julien daily work
...@@ -424,7 +424,7 @@ void mlawNonLocalPorousCoupledLaw::checkCoalescence(IPNonLocalPorosity* q1, cons ...@@ -424,7 +424,7 @@ void mlawNonLocalPorousCoupledLaw::checkCoalescence(IPNonLocalPorosity* q1, cons
// avoid case with several yield surfaces // avoid case with several yield surfaces
/// why ??? /// why ???
if (getNumOfYieldSurfaces() > 1){ if (getNumOfYieldSurfaces() > 1){
Msg::Fatal("check coalescence has not implemented for num yield surface >1"); Msg::Error("check coalescence has not implemented for num yield surface >1");
return; return;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment