Skip to content

Commit

Permalink
Fixing malf_registration to have some _ in the naming convention.
Browse files Browse the repository at this point in the history
  • Loading branch information
muschellij2 committed Jan 4, 2018
1 parent 39a34d1 commit 0586e5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: extrantsr
Type: Package
Title: Extra Functions to Build on the ANTsR Package
Version: 3.7.2.9000
Version: 3.7.2.9001
Author: John Muschelli
Maintainer: John Muschelli <muschellij2@gmail.com>
Description: Extends the ANTsR package with simple wrappers and complex
Expand Down
2 changes: 1 addition & 1 deletion R/malf_registration.R
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ malf_registration <- function(
timage = template.images[[iimg]]
tstruct = template.structs[[iimg]]
ofile = outfiles[[iimg]]
i_outprefix = paste0(outprefix, "_", iimg)
i_outprefix = paste0(outprefix, "_", iimg, "_")
reg = registration(filename = timage,
outfile = tempfile(fileext = ".nii.gz"),
typeofTransform = typeofTransform,
Expand Down

0 comments on commit 0586e5b

Please sign in to comment.