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

bug fix

parent 0585f583
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,7 @@ void nmasks()
for(unsigned int j=0;j<seeds.size();j++)
if(j!=i)
tmpvol+=seeds[j];
if(i<=1)
if(i>=1)
stline.pop_waymasks();
stline.add_waymask(tmpvol);
......
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