summaryrefslogtreecommitdiffstats
path: root/matlab/tools/ROIselectfull.m
diff options
context:
space:
mode:
Diffstat (limited to 'matlab/tools/ROIselectfull.m')
-rw-r--r--matlab/tools/ROIselectfull.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/matlab/tools/ROIselectfull.m b/matlab/tools/ROIselectfull.m
index a50c979..cc1eaa0 100644
--- a/matlab/tools/ROIselectfull.m
+++ b/matlab/tools/ROIselectfull.m
@@ -15,4 +15,4 @@ end
function A = Afstand(x1,y1,x2,y2)
A = sqrt((x1-x2).^2+(y1-y2).^2);
-end \ No newline at end of file
+end