Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nektar
Nektar
Commits
c72ec273
Commit
c72ec273
authored
Jul 15, 2016
by
Douglas Serson
Browse files
Attempt to fix compilation on OS X
parent
9fbde6bb
Changes
1
Hide whitespace changes
Inline
Side-by-side
library/LibUtilities/LinearAlgebra/ScaledMatrix.cpp
View file @
c72ec273
...
...
@@ -92,13 +92,6 @@ namespace Nektar
return
m_scale
*
m_matrix
->
Scale
();
}
template
<
>
typename
NekMatrix
<
NekMatrix
<
NekDouble
,
StandardMatrixTag
>
,
ScaledMatrixTag
>::
NumberType
NekMatrix
<
NekMatrix
<
NekDouble
,
StandardMatrixTag
>
,
ScaledMatrixTag
>::
Scale
()
const
{
return
m_scale
;
}
template
<
typename
DataType
,
typename
InnerMatrixType
>
void
NekMatrix
<
NekMatrix
<
DataType
,
InnerMatrixType
>
,
ScaledMatrixTag
>::
SetScale
(
const
NumberType
&
value
)
{
...
...
Write
Preview
Supports
Markdown
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