Skip to content

Commit e15bf6d

Browse files
committed
BUG: Fix Repro logic.
1 parent 1a743e4 commit e15bf6d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.RData

462 Bytes
Binary file not shown.

R/labelImageRegistration.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ labelImageRegistration <- function( fixedLabelImages, movingLabelImages,
226226
if( grepl( "Quick", typeOfTransform ) )
227227
{
228228
doQuick <- TRUE
229-
} else {
229+
} else if grepl( "Repro", typeOfTransform ) {
230230
doRepro <- TRUE
231231
randomSeed <- 1
232232
}

0 commit comments

Comments
 (0)