Skip to content

Commit 5476aae

Browse files
committed
DOC: Add pointer to help menu.
1 parent 202c70a commit 5476aae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/labelImageRegistration.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ labelImageRegistration <- function( fixedLabelImages, movingLabelImages,
250250
! is.vector( typeOfDeformableTransform[[6]] ) ||
251251
! is.vector( typeOfDeformableTransform[[7]] ) )
252252
{
253-
stop( "Incorrect specification for typeOfDeformableTransform." )
253+
stop( "Incorrect specification for typeOfDeformableTransform. See help menu." )
254254
}
255255
synTransform <- typeOfDeformableTransform[[1]]
256256
gradientStep <- typeOfDeformableTransform[[2]]

0 commit comments

Comments
 (0)