Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenWalnut
OpenWalnut Core
Commits
b7158427
Commit
b7158427
authored
Mar 21, 2013
by
Sebastian Eichelbaum
Browse files
[MERGE]
parents
394143b2
7ce9f158
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/core/common/math/WTensorSym.h
src/core/common/math/WTensorSym.h
+2
-2
No files found.
src/core/common/math/WTensorSym.h
View file @
b7158427
...
...
@@ -124,7 +124,7 @@ public:
*
* \return The function value on the sphere for this tensor and the given gradient.
*/
Data_T
evaluateSphericalFunction
(
W
Vector3d
const
&
gradient
)
const
;
Data_T
evaluateSphericalFunction
(
W
MatrixFixed
<
Data_T
,
3
,
1
>
const
&
gradient
)
const
;
protected:
private:
...
...
@@ -158,7 +158,7 @@ Data_T WTensorSym< order, dim, Data_T >::evaluateSphericalFunction( WValue< Data
}
template
<
std
::
size_t
order
,
std
::
size_t
dim
,
typename
Data_T
>
Data_T
WTensorSym
<
order
,
dim
,
Data_T
>::
evaluateSphericalFunction
(
W
Vector3d
const
&
gradient
)
const
Data_T
WTensorSym
<
order
,
dim
,
Data_T
>::
evaluateSphericalFunction
(
W
MatrixFixed
<
Data_T
,
3
,
1
>
const
&
gradient
)
const
{
Data_T
const
*
tens
=
&
m_data
[
0
];
Data_T
const
*
grad
=
&
gradient
[
0
];
...
...
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