mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Code updates
This commit is contained in:
committed by
Kristian Bendiksen
parent
a6d2bff77b
commit
a2632982b5
@@ -70,7 +70,7 @@ void RiaPreferencesGeoMech::appendItems( caf::PdmUiOrdering& uiOrdering ) const
|
|||||||
wellIAGroup->add( &m_geomechWIACommand );
|
wellIAGroup->add( &m_geomechWIACommand );
|
||||||
wellIAGroup->add( &m_geomechWIADefaultXML );
|
wellIAGroup->add( &m_geomechWIADefaultXML );
|
||||||
|
|
||||||
caf::PdmUiGroup* faultRMGroup = uiOrdering.addNewGroup( "Fault Re-activation Modeling" );
|
caf::PdmUiGroup* faultRMGroup = uiOrdering.addNewGroup( "Fault Reactivation Modeling" );
|
||||||
faultRMGroup->add( &m_geomechFRMCommand );
|
faultRMGroup->add( &m_geomechFRMCommand );
|
||||||
|
|
||||||
caf::PdmUiGroup* commonGroup = uiOrdering.addNewGroup( "Common Settings" );
|
caf::PdmUiGroup* commonGroup = uiOrdering.addNewGroup( "Common Settings" );
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/////////////////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////////////////
|
||||||
//
|
//
|
||||||
// Copyright (C) 2017- Statoil ASA
|
// Copyright (C) 2023 Equinor ASA
|
||||||
//
|
//
|
||||||
// ResInsight is free software: you can redistribute it and/or modify
|
// ResInsight is free software: you can redistribute it and/or modify
|
||||||
// it under the terms of the GNU General Public License as published by
|
// it under the terms of the GNU General Public License as published by
|
||||||
|
|||||||
@@ -17,6 +17,7 @@
|
|||||||
/////////////////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#include "RifFaultReactivationModelExporter.h"
|
#include "RifFaultReactivationModelExporter.h"
|
||||||
|
|
||||||
#include "RigFaultReactivationModel.h"
|
#include "RigFaultReactivationModel.h"
|
||||||
#include "RigGriddedPart3d.h"
|
#include "RigGriddedPart3d.h"
|
||||||
|
|
||||||
|
|||||||
@@ -20,7 +20,6 @@
|
|||||||
|
|
||||||
#include "cvfVector3.h"
|
#include "cvfVector3.h"
|
||||||
|
|
||||||
// #include <map>
|
|
||||||
#include <ostream>
|
#include <ostream>
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|||||||
@@ -75,6 +75,9 @@ std::vector<RigFaultReactivationModel::ModelParts> RigFaultReactivationModel::al
|
|||||||
return { ModelParts::HiPart1, ModelParts::MidPart1, ModelParts::LowPart1, ModelParts::HiPart2, ModelParts::MidPart2, ModelParts::LowPart2 };
|
return { ModelParts::HiPart1, ModelParts::MidPart1, ModelParts::LowPart1, ModelParts::HiPart2, ModelParts::MidPart2, ModelParts::LowPart2 };
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//--------------------------------------------------------------------------------------------------
|
||||||
|
///
|
||||||
|
//--------------------------------------------------------------------------------------------------
|
||||||
std::vector<RigFaultReactivationModel::GridPart> RigFaultReactivationModel::allGridParts() const
|
std::vector<RigFaultReactivationModel::GridPart> RigFaultReactivationModel::allGridParts() const
|
||||||
{
|
{
|
||||||
return { GridPart::PART1, GridPart::PART2 };
|
return { GridPart::PART1, GridPart::PART2 };
|
||||||
|
|||||||
Reference in New Issue
Block a user