Skip to content

Commit

Permalink
Bug fix in run_rtwig for version number
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanmorales committed Aug 20, 2024
1 parent da5839f commit 152fd44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/run_rtwig.R
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ run_rtwig <- function(
# Import QSM ---------------------------------------------------------------
if (!is.null(version)) {
version <- version
qsm <- import_qsm(file, version)
cylinder <- import_qsm(file, version)$cylinder
} else {
cylinder <- import_qsm(file)$cylinder
}
Expand Down

0 comments on commit 152fd44

Please sign in to comment.