mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Result info : Always show fault result details
This commit is contained in:
@@ -109,10 +109,7 @@ QString RiuResultTextBuilder::mainResultText()
|
|||||||
|
|
||||||
appendDetails(text, nncDetails());
|
appendDetails(text, nncDetails());
|
||||||
|
|
||||||
if (nncDetails().isEmpty())
|
|
||||||
{
|
|
||||||
appendDetails(text, faultResultDetails());
|
appendDetails(text, faultResultDetails());
|
||||||
}
|
|
||||||
|
|
||||||
appendDetails(text, cellEdgeResultDetails());
|
appendDetails(text, cellEdgeResultDetails());
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user