mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-03 12:10:57 -06:00
Fix crash when exporting surface. (#7705)
This commit is contained in:
parent
af22b7f707
commit
242e23a7c9
@ -35,7 +35,7 @@ bool RifSurfaceExporter::writeGocadTSurfFile( const QString& fil
|
|||||||
|
|
||||||
QTextStream out( &exportFile );
|
QTextStream out( &exportFile );
|
||||||
|
|
||||||
QString headerForExport = headerForExport = "surface";
|
QString headerForExport = "surface";
|
||||||
if ( !headerText.isEmpty() ) headerForExport = headerText;
|
if ( !headerText.isEmpty() ) headerForExport = headerText;
|
||||||
|
|
||||||
out << "GOCAD TSurf 1 \n";
|
out << "GOCAD TSurf 1 \n";
|
||||||
|
Loading…
Reference in New Issue
Block a user