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

changed error message for fdt

parent 1d50033a
No related branches found
No related tags found
No related merge requests found
......@@ -881,7 +881,7 @@ proc fdt:apply { w dialog } {
}
if { $canwrite } {
if { $FSLPARALLEL } { MxPause " Job submitted to queue" } else { MxPause " Done! " }
if { $FSLPARALLEL && { $probtrack(tool) == "bedpost" || $probtrack(tool)=="probtrack" } } { MxPause " Job submitted to queue" } else { MxPause " Done! " }
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