mirror of
https://github.com/OPM/ResInsight.git
synced 2025-01-08 23:23:01 -06:00
#3781 Carfin export. Correct NX, NY and NZ values
This commit is contained in:
parent
4bdab329e1
commit
deb2755285
@ -374,9 +374,9 @@ void RicExportLgrFeature::writeLgrs(QTextStream& stream, const std::vector<LgrIn
|
||||
formatter.addOneBasedCellIndex(lgrInfo.mainGridEndCell.j());
|
||||
formatter.addOneBasedCellIndex(lgrInfo.mainGridStartCell.k());
|
||||
formatter.addOneBasedCellIndex(lgrInfo.mainGridEndCell.k());
|
||||
formatter.add(lgrInfo.sizesPerMainGridCell().i());
|
||||
formatter.add(lgrInfo.sizesPerMainGridCell().j());
|
||||
formatter.add(lgrInfo.sizesPerMainGridCell().k());
|
||||
formatter.add(lgrInfo.sizes.i());
|
||||
formatter.add(lgrInfo.sizes.j());
|
||||
formatter.add(lgrInfo.sizes.k());
|
||||
formatter.rowCompleted();
|
||||
formatter.tableCompleted("", false);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user