mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#1465 Export location of completions, with necessary restructuring
This commit is contained in:
@@ -55,10 +55,10 @@ struct RifEclipseOutputTableLine
|
||||
//==================================================================================================
|
||||
struct RifEclipseOutputTableColumn
|
||||
{
|
||||
RifEclipseOutputTableColumn(const QString& title, RifEclipseOutputTableAlignment alignment)
|
||||
RifEclipseOutputTableColumn(const QString& title, RifEclipseOutputTableAlignment alignment = LEFT, int width = -1)
|
||||
: title(title),
|
||||
alignment(alignment),
|
||||
width(-1)
|
||||
width(width)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user