Skip to content

Commit

Permalink
Fixes to DiffPreprocPipeline_Eddy.sh --sep_offs_move and --rms switches.
Browse files Browse the repository at this point in the history
  • Loading branch information
tbbrown committed Apr 2, 2015
1 parent 08374cb commit 3e4e229
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions DiffusionPreprocessing/DiffPreprocPipeline_Eddy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -247,12 +247,12 @@ get_options()
nvoxhp=${argument/*=/""}
index=$(( index + 1 ))
;;
--sep_offs_move)
sep_offs_move="True"
--sep_offs_move=*)
sep_offs_move=${argument/*=/""}
index=$(( index + 1 ))
;;
--rms)
rms="True"
--rms=*)
rms=${argument/*=/""}
index=$(( index + 1 ))
;;
--ff=*)
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v3.6.0-RCa
v3.6.0-RCb

0 comments on commit 3e4e229

Please sign in to comment.