mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Merge pull request #8168 from OPM/intersection_displacement
GeoMech: Support showing displacements on intersections, too
This commit is contained in:
@@ -91,7 +91,7 @@ void RimGeoMechPart::setDisplacements( const std::vector<cvf::Vec3f>& displaceme
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
const std::vector<cvf::Vec3f> RimGeoMechPart::displacements() const
|
||||
const std::vector<cvf::Vec3f>& RimGeoMechPart::displacements() const
|
||||
{
|
||||
return m_displacements;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user