Skip to content

Commit

Permalink
Fixing bug in apply-malf_regs.
Browse files Browse the repository at this point in the history
  • Loading branch information
muschellij2 committed Oct 27, 2017
1 parent 485f33c commit cd35733
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.5.5
Version: 3.5.6
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/apply_malf_regs.R
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ apply_malf_regs <- function(
############################################
# Get Transformations
############################################
fwdtransforms = regs$fwdtransforms
fwdtransforms = reg$fwdtransforms
struct = template.structs[[ireg]]
out = ants_apply_transforms(
fixed = infile,
Expand Down

0 comments on commit cd35733

Please sign in to comment.