Skip to content
Snippets Groups Projects
Commit 8c862ef1 authored by Tim Behrens's avatar Tim Behrens
Browse files

*** empty log message ***

parent 149047a1
No related branches found
No related tags found
No related merge requests found
...@@ -261,6 +261,7 @@ public: ...@@ -261,6 +261,7 @@ public:
m_sum_lam[f]=0; m_sum_lam[f]=0;
} }
m_beenhere(int(m_matrix2volkey(vox,1)),int(m_matrix2volkey(vox,2)),int(m_matrix2volkey(vox,3)))=nfibs; m_beenhere(int(m_matrix2volkey(vox,1)),int(m_matrix2volkey(vox,2)),int(m_matrix2volkey(vox,3)))=nfibs;
cout<<nfibs<<endl;
cout <<"boobooboo"<<endl; cout <<"boobooboo"<<endl;
cout<<int(m_matrix2volkey(vox,1))<<" "<<int(m_matrix2volkey(vox,2))<<" "<<int(m_matrix2volkey(vox,3))<<endl; cout<<int(m_matrix2volkey(vox,1))<<" "<<int(m_matrix2volkey(vox,2))<<" "<<int(m_matrix2volkey(vox,3))<<endl;
} }
...@@ -298,6 +299,7 @@ public: ...@@ -298,6 +299,7 @@ public:
} }
} }
} }
ret=(maxfib>1); //
cout<<ret<<" ret"<<endl; cout<<ret<<" ret"<<endl;
if(ret){ if(ret){
mfibre.set_d(m_mean_dsamples(voxbest)); mfibre.set_d(m_mean_dsamples(voxbest));
......
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