mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2998 Fix order of headings in export of WPMULTL
This commit is contained in:
parent
d13a52a8b4
commit
16725b2376
@ -806,13 +806,14 @@ void RicWellPathExportCompletionDataFeatureImpl::exportWpimultTableUsingFormatte
|
||||
}
|
||||
|
||||
formatter.add(completion.wellName());
|
||||
formatter.add(completion.wpimult());
|
||||
|
||||
if (!gridName.isEmpty())
|
||||
{
|
||||
formatter.add(gridName);
|
||||
}
|
||||
|
||||
formatter.add(completion.wpimult());
|
||||
|
||||
formatter.addZeroBasedCellIndex(completion.completionDataGridCell().localCellIndexI())
|
||||
.addZeroBasedCellIndex(completion.completionDataGridCell().localCellIndexJ())
|
||||
.addZeroBasedCellIndex(completion.completionDataGridCell().localCellIndexK());
|
||||
|
Loading…
Reference in New Issue
Block a user