Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ namespace itk
* FiniteDifferenceFunction to use for calculations. This is set using the
* method SetDifferenceFunction in the parent class.
*
* For algorithmic details see \cite whitaker1998 and \sethian1996.
* For algorithmic details see \cite whitaker1998 and \cite sethian1996.
*
* This code was adapted from \cite chan1999.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ class ITK_TEMPLATE_EXPORT SparseFieldCityBlockNeighborList
* FiniteDifferenceFunction to use for calculations. This is set using the
* method SetDifferenceFunction in the parent class.
*
* For algorithmic details see \cite whitaker1998 and \par sethian1996.
* For algorithmic details see \cite whitaker1998 and \cite sethian1996.
*
* \ingroup ITKLevelSets
*/
Expand Down