mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Janitor : Set optional comment flag for perforations
This commit is contained in:
parent
cd1709b872
commit
d6b699c38a
@ -324,6 +324,7 @@ void RicWellPathExportMswCompletionsImpl::exportWellSegmentsForPerforations( Rim
|
||||
{
|
||||
QTextStream stream( exportFile.get() );
|
||||
RifTextDataTableFormatter formatter( stream );
|
||||
formatter.setOptionalComment( exportDataSourceAsComment );
|
||||
|
||||
RicMswTableFormatterTools::generateWelsegsTable( formatter,
|
||||
exportInfo,
|
||||
@ -339,6 +340,7 @@ void RicWellPathExportMswCompletionsImpl::exportWellSegmentsForPerforations( Rim
|
||||
{
|
||||
QTextStream stream( lgrExportFile.get() );
|
||||
RifTextDataTableFormatter formatter( stream );
|
||||
formatter.setOptionalComment( exportDataSourceAsComment );
|
||||
|
||||
RicMswTableFormatterTools::generateWelsegsTable( formatter,
|
||||
exportInfo,
|
||||
|
Loading…
Reference in New Issue
Block a user