Skip to content
Snippets Groups Projects
Commit e04b3eee authored by Matthew Webster's avatar Matthew Webster
Browse files

seedcounts should be float _not_ int

parent e2fbce15
No related branches found
No related tags found
No related merge requests found
...@@ -93,7 +93,7 @@ namespace TRACT{ ...@@ -93,7 +93,7 @@ namespace TRACT{
Matrix m_I; Matrix m_I;
vector<ColumnVector> m_path; vector<ColumnVector> m_path;
vector<volume<int> > m_seedcounts; vector<volume<float> > m_seedcounts;
vector<volume<int> > m_targetmasks; vector<volume<int> > m_targetmasks;
vector<string> m_targetmasknames; vector<string> m_targetmasknames;
vector<int> m_targflags; vector<int> m_targflags;
......
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