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

slight update

parent 63c93a94
No related branches found
No related tags found
No related merge requests found
...@@ -14,16 +14,6 @@ regsub tcl $TCLPATH doc/fdt HTMLPATH ...@@ -14,16 +14,6 @@ regsub tcl $TCLPATH doc/fdt HTMLPATH
set VERSION "1.0a" set VERSION "1.0a"
proc coordinateEdit:update { w } {
upvar #0 $w data
[$w subwidget x] update
[$w subwidget y] update
[$w subwidget z] update
}
proc mm_to_voxels { X Y Z mask } { proc mm_to_voxels { X Y Z mask } {
global FSLDIR global FSLDIR
......
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