Skip to content
Snippets Groups Projects
Commit 96a5649c authored by Matthew Webster's avatar Matthew Webster
Browse files

testing new fdt

parent 9af45163
No related branches found
No related tags found
No related merge requests found
...@@ -881,7 +881,7 @@ proc fdt:apply { w dialog } { ...@@ -881,7 +881,7 @@ proc fdt:apply { w dialog } {
} }
if { $canwrite } { if { $canwrite } {
if { $FSLPARALLEL && { $probtrack(tool) == "bedpost" || $probtrack(tool)=="probtrack" } } { MxPause " Job submitted to queue" } else { MxPause " Done! " } if { { $FSLPARALLEL == 1 } && { $probtrack(tool) == "bedpost" || $probtrack(tool)=="probtrack" } } { MxPause " Job submitted to queue" } else { MxPause " Done! " }
update idletasks update idletasks
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment