Skip to content

Commit

Permalink
STYLE: Use gender-neutral language for example documentation
Browse files Browse the repository at this point in the history
Re-wrote the example code to avoid assumptions about the
gender of the developer using the documentation.
  • Loading branch information
hjmjohnson committed Apr 12, 2024
1 parent c23d6c7 commit 0f5bc3a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Modules/Core/Transform/include/itkCompositeTransform.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ namespace itk
* Example:
* A user wants to optimize two Affine transforms together, then add a
* Deformation Field (DF) transform, and optimize it separately.
* He first adds the two Affines, then runs the optimization and both Affines
* transforms are optimized. Next, he adds the DF transform and calls
* They first add the two Affines, then run the optimization and both Affines
* transform parameters are optimized. Next, they add the DF transform and call
* SetOnlyMostRecentTransformToOptimizeOn, which clears the optimization flags
* for both of the affine transforms, and leaves the flag set only for the DF
* transform, since it was the last transform added. Now he runs the
* transform, since it was the last transform added. Now they run the
* optimization and only the DF transform is optimized, but the affines are
* included in the transformation during the optimization.
*
Expand Down

0 comments on commit 0f5bc3a

Please sign in to comment.