Skip to content

Commit

Permalink
BUG: added 2 missing lines
Browse files Browse the repository at this point in the history
  • Loading branch information
seanm committed May 30, 2024
1 parent 9b8963e commit 1e626aa
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ MatrixOffsetTransformBase<TParametersValueType, VInputDimension, VOutputDimensio
m_MatrixMTime.Modified();
std::copy_n(offset.begin(), VOutputDimension, m_Translation.begin());
this->ComputeMatrixParameters();
this->m_FixedParameters.SetSize(VInputDimension);
this->m_FixedParameters.Fill(0.0);
}

template <typename TParametersValueType, unsigned int VInputDimension, unsigned int VOutputDimension>
Expand Down

0 comments on commit 1e626aa

Please sign in to comment.