mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Renamed PlotCurve -> Curve
This commit is contained in:
@@ -46,7 +46,7 @@ bool RicExportToLasFileFeature::isCommandEnabled()
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RicExportToLasFileFeature::onActionTriggered(bool isChecked)
|
||||
{
|
||||
RimWellLogPlotCurve* curve = selectedWellLogPlotCurve();
|
||||
RimWellLogCurve* curve = selectedWellLogPlotCurve();
|
||||
if (curve)
|
||||
{
|
||||
QString defaultDir = RiaApplication::instance()->defaultFileDialogDirectory("WELL_LOGS_DIR");
|
||||
@@ -77,9 +77,9 @@ void RicExportToLasFileFeature::setupActionLook(QAction* actionToSetup)
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
RimWellLogPlotCurve* RicExportToLasFileFeature::selectedWellLogPlotCurve() const
|
||||
RimWellLogCurve* RicExportToLasFileFeature::selectedWellLogPlotCurve() const
|
||||
{
|
||||
std::vector<RimWellLogPlotCurve*> selection;
|
||||
std::vector<RimWellLogCurve*> selection;
|
||||
caf::SelectionManager::instance()->objectsByType(&selection);
|
||||
|
||||
if (selection.size() > 0)
|
||||
|
||||
Reference in New Issue
Block a user