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 = {
|
||||
RifEclipseOutputTableColumn("Date"),
|
||||
RifEclipseOutputTableColumn("Storage Capacity"),
|
||||
RifEclipseOutputTableColumn("Flow Capacity"),
|
||||
RifEclipseOutputTableColumn("Sweep Efficiency"),
|
||||
RifEclipseOutputTableColumn("Dimensionless Time"),
|
||||
RifEclipseOutputTableColumn("Lorentz Coefficient"),
|
||||
RifEclipseOutputTableColumn("StorageCapacity"),
|
||||
RifEclipseOutputTableColumn("FlowCapacity"),
|
||||
RifEclipseOutputTableColumn("SweepEfficiency"),
|
||||
RifEclipseOutputTableColumn("DimensionlessTime"),
|
||||
RifEclipseOutputTableColumn("LorentzCoefficient"),
|
||||
};
|
||||
|
||||
formatter.header(header);
|
||||
|
Loading…
Reference in New Issue
Block a user