mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3652 Fracture Header : Use N/A
This commit is contained in:
@@ -451,8 +451,8 @@ QString
|
||||
}
|
||||
else
|
||||
{
|
||||
formatter.add("NA");
|
||||
formatter.add("NA");
|
||||
formatter.add("N/A");
|
||||
formatter.add("N/A");
|
||||
}
|
||||
|
||||
if (fracTemplate->fractureContainment()->minimumFaultThrow() >= 0.0)
|
||||
@@ -461,7 +461,7 @@ QString
|
||||
}
|
||||
else
|
||||
{
|
||||
formatter.add("NA");
|
||||
formatter.add("N/A");
|
||||
}
|
||||
|
||||
double halfLengthScale, heightScale, dfactorScale, conductivityScale;
|
||||
@@ -552,7 +552,7 @@ QString RicWellPathFractureTextReportFeatureImpl::createFractureInstancesText(
|
||||
}
|
||||
else
|
||||
{
|
||||
formatter.add("NA");
|
||||
formatter.add("N/A");
|
||||
}
|
||||
|
||||
formatter.add(fracture->fractureMD());
|
||||
|
||||
Reference in New Issue
Block a user