#1487 Remove vector<FractureData> from RigFracture

This commit is contained in:
Jacob Støren
2017-05-16 17:26:40 +02:00
parent f057f83d4f
commit d298963d94
7 changed files with 26 additions and 62 deletions

View File

@@ -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);
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------

View File

@@ -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();