mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Minor issues related to release
* Add shortcut for Plot Editor, and modify how command features are triggered Use Ctrl-E to launch the Plot Editor. * Add optional use of NOECHO and ECHO keywords in GRDECL files * Add ECHO keywords to sector model export * Add Help button to Preferences
This commit is contained in:
@@ -152,12 +152,14 @@ caf::PdmScriptResponse RicfExportPropertyInViews::execute()
|
||||
|
||||
QString errorMsg;
|
||||
|
||||
bool worked = RicEclipseCellResultToFileImpl::writeResultToTextFile( filePath,
|
||||
bool writeEchoKeywords = false;
|
||||
bool worked = RicEclipseCellResultToFileImpl::writeResultToTextFile( filePath,
|
||||
eclipseCase->eclipseCaseData(),
|
||||
resultAccessor.p(),
|
||||
propertyName,
|
||||
m_undefinedValue,
|
||||
"exportPropertiesInViews",
|
||||
writeEchoKeywords,
|
||||
&errorMsg );
|
||||
if ( !worked )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user