mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#6124 Valve export : Add missing -- in header of AICD export
This commit is contained in:
parent
be67b0cb67
commit
501f6e8611
@ -48,6 +48,7 @@ RifTextDataTableFormatter::RifTextDataTableFormatter( const RifTextDataTableForm
|
||||
, m_tableRowPrependText( rhs.m_tableRowPrependText )
|
||||
, m_tableRowAppendText( rhs.m_tableRowAppendText )
|
||||
, m_commentPrefix( rhs.m_commentPrefix )
|
||||
, m_headerPrefix( rhs.m_headerPrefix )
|
||||
, m_maxDataRowWidth( rhs.m_maxDataRowWidth )
|
||||
, m_defaultMarker( rhs.m_defaultMarker )
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user