mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Replace RifRoffReader code to utilize roffcpp::reader (#10098)
- Replace current content if RifRoffReader to utilize roffcpp - Remove unit tests not applicable for function (some previous tests now belongs to roffcpp)
This commit is contained in:
@@ -48,7 +48,8 @@ void RicFaciesPropertiesImportTools::importFaciesPropertiesFromFile( const QStri
|
||||
std::map<int, QString> codeNames;
|
||||
try
|
||||
{
|
||||
RifRoffReader::readCodeNames( filePath, codeNames );
|
||||
const QString parameterTagName = "composite";
|
||||
RifRoffReader::readCodeNames( filePath, parameterTagName, codeNames );
|
||||
}
|
||||
catch ( RifRoffReaderException& ex )
|
||||
{
|
||||
|
Reference in New Issue
Block a user