Skip to content

Commit ed84040

Browse files
author
ncullen93
committed
fixed mergeChannels typo
1 parent 4b9c082 commit ed84040

File tree

4 files changed

+29
-28
lines changed

4 files changed

+29
-28
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
Meta
23
# ignore all the backup files created by editors
34
*~

R/mergeChannels.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ mergeChannels <- function(imageList) {
3333
}
3434
}
3535

36-
ANTsRCore::mergeChannels(imageList)
36+
img <- ANTsRCore::mergeChannels(imageList)
3737
return(img)
3838
}

man/brackets.Rd

+27-27
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/testthat/output.nii.gz

1 Byte
Binary file not shown.

0 commit comments

Comments
 (0)