mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Merge remote-tracking branch 'origin/patch_2021.10.3' into dev
This commit is contained in:
@@ -89,7 +89,7 @@ void RifSurfaceImporter::readGocadFile( const QString& filename, RigGocadData* g
|
||||
auto tokens = RiaStdStringTools::splitString( line, ' ' );
|
||||
|
||||
std::string firstToken;
|
||||
if ( !tokens.empty() ) firstToken = tokens.front();
|
||||
if ( !tokens.empty() ) firstToken = RiaStdStringTools::trimString( tokens.front() );
|
||||
|
||||
if ( isInTfaceSection )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user