Skip to content

Commit

Permalink
Formatting of comments
Browse files Browse the repository at this point in the history
  • Loading branch information
dkuegler committed Nov 11, 2024
1 parent a25335a commit 69efedc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion recon_surf/recon-surf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -813,8 +813,8 @@ for hemi in lh rh ; do
wm_manedit="$(add_file_suffix "$wm_file" "manedit")"
if [[ -e "$mdir/$wm_manedit" ]] ; then wm_file="$wm_manedit" ; fi

# In Long stream we skip topo fix
if [ "$long" == "0" ] ; then
# longitudinal base and cross-sectional

{
echo "echo \"\""
Expand All @@ -836,6 +836,7 @@ for hemi in lh rh ; do
RunIt "$cmd" "$LF" "$CMDF"

else # longitudinal
# ... in longitudinal stream we skip topo fix

# in long we don't use orig.premesh (so switch off remesh for autodetgwstat)
cmd="recon-all -subject $subject -hemi $hemi -autodetgwstats -no-remesh -no-isrunning $hiresflag $fsthreads"
Expand Down

0 comments on commit 69efedc

Please sign in to comment.