mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
CSV import. Replaced old ASCII parser by the new RifCsvUserDataParser
This commit is contained in:
@@ -918,24 +918,13 @@ bool RifEclipseUserDataParserTools::isScalingText(const std::string& word)
|
||||
return word.find_first_of('*') != std::string::npos;
|
||||
}
|
||||
|
||||
////--------------------------------------------------------------------------------------------------
|
||||
/////
|
||||
////--------------------------------------------------------------------------------------------------
|
||||
//ColumnInfo::~ColumnInfo()
|
||||
//{
|
||||
// if (values)
|
||||
// {
|
||||
// delete values;
|
||||
// }
|
||||
// if (textValues)
|
||||
// {
|
||||
// delete textValues;
|
||||
// }
|
||||
// if (dateTimeValues)
|
||||
// {
|
||||
// delete dateTimeValues;
|
||||
// }
|
||||
//}
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
std::string ColumnInfo::columnName() const
|
||||
{
|
||||
return summaryAddress.quantityName();
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user