mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#1487 Remove vector<FractureData> from RigFracture
This commit is contained in:
@@ -136,14 +136,6 @@ const std::vector<cvf::Vec3f>& RimFracture::nodeCoords() const
|
||||
return m_rigFracture->nodeCoords();
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RimFracture::setFractureData(std::vector<RigFracturedEclipseCellExportData> fractureDataVector)
|
||||
{
|
||||
m_rigFracture->setFractureData(fractureDataVector);
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
||||
@@ -85,8 +85,6 @@ public:
|
||||
|
||||
const std::vector<cvf::uint>& triangleIndices() const;
|
||||
const std::vector<cvf::Vec3f>& nodeCoords() const;
|
||||
void setFractureData(std::vector<RigFracturedEclipseCellExportData> fractureDataVector);
|
||||
|
||||
|
||||
std::vector<size_t> getPotentiallyFracturedCells();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user