Skip to content
Snippets Groups Projects
Commit 98e04c22 authored by Saad Jbabdi's avatar Saad Jbabdi
Browse files

bug fix

parent 3302348f
No related branches found
No related tags found
No related merge requests found
...@@ -184,7 +184,7 @@ namespace TRACT{ ...@@ -184,7 +184,7 @@ namespace TRACT{
} }
xst=xyz_dti(1);yst=xyz_dti(2);zst=xyz_dti(3); xst=xyz_dti(1);yst=xyz_dti(2);zst=xyz_dti(3);
//m_path.clear(); m_path.clear();
x=xst;y=yst;z=zst; x=xst;y=yst;z=zst;
m_part.change_xyz(x,y,z); 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 m_part.set_dir(dir(1),dir(2),dir(3));//Set the start dir so that we track inwards from cortex
......
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