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:
Gaute Lindkvist
2021-01-04 11:09:01 +01:00
committed by GitHub
parent 73925e6e20
commit 72614b0c00
48 changed files with 1925 additions and 209 deletions

View File

@@ -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
{