mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Create Well Path Laterals from existing well paths
* Add cmakebuild/ to .gitignore * Create Well Path Laterals from existing well paths * Move ValidRegExpValidator to RiaValidRegExpValidator.h|cpp * Minor code review fixups * More minor code review fixups * Another set of minor code review fixups
This commit is contained in:
@@ -67,7 +67,7 @@ void PdmFieldScriptingCapabilityIOHandler<QString>::writeToField( QString&
|
||||
while ( !inputStream.atEnd() )
|
||||
{
|
||||
currentChar = errorMessageContainer->readCharWithLineNumberCount( inputStream );
|
||||
if ( currentChar != QChar( '\\' ) )
|
||||
if ( currentChar > 1 && currentChar != QChar( '\\' ) )
|
||||
{
|
||||
if ( currentChar == QChar( '"' ) ) // End Quote
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user