mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Thermal Fracture: add api for changing time step from python
This commit is contained in:
@@ -355,3 +355,14 @@ void RimWellPathFracture::applyOffset( double offsetMD )
|
||||
{
|
||||
m_measuredDepth = m_measuredDepth + offsetMD;
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RimWellPathFracture::placeUsingTemplateData()
|
||||
{
|
||||
if ( m_fractureTemplate )
|
||||
{
|
||||
m_fractureTemplate->placeFractureUsingTemplateData( this );
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user