Remove obsolete code

This commit is contained in:
jonjenssen 2023-12-18 00:57:01 +01:00 committed by jonjenssen
parent 4aa5a38d63
commit d8dbdf01b3

View File

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