From 98e04c228e36735b223b703aa3d20acebc1810a6 Mon Sep 17 00:00:00 2001
From: Saad Jbabdi <saad@fmrib.ox.ac.uk>
Date: Fri, 8 May 2009 08:58:51 +0000
Subject: [PATCH] bug fix

---
 streamlines.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/streamlines.cc b/streamlines.cc
index b0a3e6d..9868bee 100644
--- a/streamlines.cc
+++ b/streamlines.cc
@@ -184,7 +184,7 @@ namespace TRACT{
     }
 
     xst=xyz_dti(1);yst=xyz_dti(2);zst=xyz_dti(3);
-    //m_path.clear();
+    m_path.clear();
     x=xst;y=yst;z=zst;
     m_part.change_xyz(x,y,z);
     m_part.set_dir(dir(1),dir(2),dir(3));//Set the start dir so that we track inwards from cortex
-- 
GitLab