mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3279 Completion export fracture header. Add table header
This commit is contained in:
parent
12e252209a
commit
116c61eaf8
@ -167,6 +167,9 @@ QString RicWellPathFractureTextReportFeatureImpl::wellPathFractureReport(
|
||||
}
|
||||
|
||||
{
|
||||
textStream << lineStart << " Maximum number of connections per well\n";
|
||||
textStream << lineStart << "\n";
|
||||
|
||||
QString tableText = createConnectionsPerWellText(wellPathFractureReportItems);
|
||||
textStream << tableText;
|
||||
textStream << lineStart << "\n";
|
||||
@ -667,7 +670,7 @@ QString RicWellPathFractureTextReportFeatureImpl::createConnectionsPerWellText(c
|
||||
|
||||
std::vector<RifEclipseOutputTableColumn> header = {
|
||||
RifEclipseOutputTableColumn("Well"),
|
||||
floatNumberColumn("#con")
|
||||
floatNumberColumn("ConnCount")
|
||||
};
|
||||
|
||||
formatter.header(header);
|
||||
|
Loading…
Reference in New Issue
Block a user