Skip to content

Commit

Permalink
STYLE: Replace "the the" with "the" in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
N-Dekker committed Apr 9, 2024
1 parent 3dc2c47 commit 78cec4b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Common/Transforms/itkAdvancedCombinationTransform.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ template <typename TScalarType, unsigned int NDimensions>
void
AdvancedCombinationTransform<TScalarType, NDimensions>::SetInitialTransform(InitialTransformType * _arg)
{
/** Set the the initial transform and call the UpdateCombinationMethod. */
/** Set the initial transform and call the UpdateCombinationMethod. */
if (m_InitialTransform != _arg)
{
m_InitialTransform = _arg;
Expand All @@ -482,7 +482,7 @@ template <typename TScalarType, unsigned int NDimensions>
void
AdvancedCombinationTransform<TScalarType, NDimensions>::SetCurrentTransform(CurrentTransformType * _arg)
{
/** Set the the current transform and call the UpdateCombinationMethod. */
/** Set the current transform and call the UpdateCombinationMethod. */
if (m_CurrentTransform != _arg)
{
m_CurrentTransform = _arg;
Expand Down
2 changes: 1 addition & 1 deletion Common/itkGenericMultiResolutionPyramidImageFilter.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,7 @@ GenericMultiResolutionPyramidImageFilter<TInputImage, TOutputImage, TPrecisionTy
*/
SuperSuperclass::GenerateInputRequestedRegion();

/** This filter needs all of the input, because it uses the the
/** This filter needs all of the input, because it uses the
* GausianRecursiveFilter.
*/
InputImagePointer image = const_cast<InputImageType *>(this->GetInput());
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ SimilarityTransformElastix<TElastix>::SetScales()
else
{
/** If the dimension is 2, then the first parameter represents the
* isotropic scaling, the the second the rotation, and the third and
* isotropic scaling, the second the rotation, and the third and
* fourth the translation.
* If the dimension is 3, then the first three represent rotations,
* the second three translations, and the last parameter the isotropic
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ KernelTransform2<TScalarType, NDimensions>::ComputeReflexiveG(PointsIterator, GM
/**
* ******************* ComputeDeformationContribution *******************
*
* Default implementation of the the method. This can be overloaded
* Default implementation of the method. This can be overloaded
* in transforms whose kernel produce diagonal G matrices.
*/

Expand Down

0 comments on commit 78cec4b

Please sign in to comment.