Skip to content

Commit

Permalink
DOC: Add pointer to help menu.
Browse files Browse the repository at this point in the history
  • Loading branch information
ntustison committed Dec 3, 2024
1 parent 202c70a commit 5476aae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/labelImageRegistration.R
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ labelImageRegistration <- function( fixedLabelImages, movingLabelImages,
! is.vector( typeOfDeformableTransform[[6]] ) ||
! is.vector( typeOfDeformableTransform[[7]] ) )
{
stop( "Incorrect specification for typeOfDeformableTransform." )
stop( "Incorrect specification for typeOfDeformableTransform. See help menu." )
}
synTransform <- typeOfDeformableTransform[[1]]
gradientStep <- typeOfDeformableTransform[[2]]
Expand Down

0 comments on commit 5476aae

Please sign in to comment.