mirror of
https://github.com/OPM/ResInsight.git
synced 2025-01-01 03:37:15 -06:00
Remove obsolete code
This commit is contained in:
parent
4aa5a38d63
commit
d8dbdf01b3
@ -154,8 +154,6 @@ void RigFaultReactivationModelGenerator::setupLocalCoordinateTransform()
|
||||
{
|
||||
auto [xNormal, yNormal] = modelLocalNormalsXY();
|
||||
|
||||
// yNormal = yNormal * -1.0;
|
||||
|
||||
m_localCoordTransform = cvf::Mat4d::fromCoordSystemAxes( &xNormal, &yNormal, &cvf::Vec3d::Z_AXIS );
|
||||
cvf::Vec3d center = m_startPosition * -1.0;
|
||||
center.z() = 0.0;
|
||||
|
Loading…
Reference in New Issue
Block a user