Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
OpenWalnut Core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
44
Issues
44
List
Boards
Labels
Service Desk
Milestones
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
OpenWalnut
OpenWalnut Core
Commits
2bb94c55
Commit
2bb94c55
authored
Apr 07, 2011
by
Stefan Philips
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[CHANGE] Adapt stuff depending on spherical harmonics to new Eigen matrix and vector
parent
d1acc04f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/modules/calculateGFA/WMCalculateGFA.cpp
src/modules/calculateGFA/WMCalculateGFA.cpp
+1
-1
src/modules/calculateGFA/WMCalculateGFA.h
src/modules/calculateGFA/WMCalculateGFA.h
+1
-1
No files found.
src/modules/calculateGFA/WMCalculateGFA.cpp
View file @
2bb94c55
...
...
@@ -212,7 +212,7 @@ boost::array< double, 1 > WMCalculateGFA::perVoxelGFAFunc( WValueSet< double >::
{
++*
m_currentProgress
;
boost
::
array
<
double
,
1
>
a
;
WV
alue
<
double
>
w
(
15
);
WV
ector_2
w
(
15
);
for
(
int
i
=
0
;
i
<
15
;
++
i
)
{
w
[
i
]
=
s
[
i
];
...
...
src/modules/calculateGFA/WMCalculateGFA.h
View file @
2bb94c55
...
...
@@ -165,7 +165,7 @@ private:
boost
::
shared_ptr
<
GFAPoolType
>
m_gfaPool
;
//! A matrix of SH base function values for various gradients.
WMatrix
<
double
>
m_BMat
;
WMatrix
_2
m_BMat
;
};
#endif // WMCALCULATEGFA_H
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment