mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Add simple fix for Grid Cross plot as well
* TODO: make sure the methods in RimSummaryPlot and RimGridCrossPlot are called when using the generic virtual method in RimPlotInterface. * This requires a bit of thought, since they have parameters which the generic version does not have
This commit is contained in:
@@ -620,7 +620,7 @@ QString RimGridCrossPlot::asciiTitleForPlotExport( int dataSetIndex ) const
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
QString RimGridCrossPlot::asciiDataForPlotExport( int dataSetIndex ) const
|
||||
QString RimGridCrossPlot::asciiDataForGridCrossPlotExport( int dataSetIndex ) const
|
||||
{
|
||||
if ( (size_t)dataSetIndex < m_crossPlotDataSets.size() )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user