mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#4136 Flow Characteristics : Avoid space in CSV column header
This commit is contained in:
parent
d108e1f354
commit
0f0e440185
@ -761,11 +761,11 @@ QString RimFlowCharacteristicsPlot::curveDataAsText() const
|
|||||||
|
|
||||||
std::vector<RifEclipseOutputTableColumn> header = {
|
std::vector<RifEclipseOutputTableColumn> header = {
|
||||||
RifEclipseOutputTableColumn("Date"),
|
RifEclipseOutputTableColumn("Date"),
|
||||||
RifEclipseOutputTableColumn("Storage Capacity"),
|
RifEclipseOutputTableColumn("StorageCapacity"),
|
||||||
RifEclipseOutputTableColumn("Flow Capacity"),
|
RifEclipseOutputTableColumn("FlowCapacity"),
|
||||||
RifEclipseOutputTableColumn("Sweep Efficiency"),
|
RifEclipseOutputTableColumn("SweepEfficiency"),
|
||||||
RifEclipseOutputTableColumn("Dimensionless Time"),
|
RifEclipseOutputTableColumn("DimensionlessTime"),
|
||||||
RifEclipseOutputTableColumn("Lorentz Coefficient"),
|
RifEclipseOutputTableColumn("LorentzCoefficient"),
|
||||||
};
|
};
|
||||||
|
|
||||||
formatter.header(header);
|
formatter.header(header);
|
||||||
|
Loading…
Reference in New Issue
Block a user