From e04b3eee0a2a975f2bb04c96cd47514ea4166d15 Mon Sep 17 00:00:00 2001 From: Matthew Webster <mwebster@fmrib.ox.ac.uk> Date: Wed, 25 Jul 2007 16:10:40 +0000 Subject: [PATCH] seedcounts should be float _not_ int --- streamlines.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/streamlines.h b/streamlines.h index 050937f..e908d20 100644 --- a/streamlines.h +++ b/streamlines.h @@ -93,7 +93,7 @@ namespace TRACT{ Matrix m_I; vector<ColumnVector> m_path; - vector<volume<int> > m_seedcounts; + vector<volume<float> > m_seedcounts; vector<volume<int> > m_targetmasks; vector<string> m_targetmasknames; vector<int> m_targflags; -- GitLab