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

fixed bug that caused probtrackx to go in only one direction when using modeuler

parent aec2ebee
No related branches found
No related tags found
No related merge requests found
......@@ -186,8 +186,8 @@ namespace PARTICLE{
float tmp=rand(); tmp/=RAND_MAX;
sign=tmp > 0.5 ? 1:-1;
m_jumpsign=sign;
m_has_jumped=true;
init=true;
// m_has_jumped=true; // causes probtrackx to go in one direction!
// init=true;
}
}
else{
......
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