Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Nektar
Nektar
Commits
ddd3f4cf
Commit
ddd3f4cf
authored
Jun 30, 2017
by
Dave Moxey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Properly fix constructor
parent
6f09d9e4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
library/LibUtilities/LinearAlgebra/ScaledMatrix.cpp
library/LibUtilities/LinearAlgebra/ScaledMatrix.cpp
+1
-1
No files found.
library/LibUtilities/LinearAlgebra/ScaledMatrix.cpp
View file @
ddd3f4cf
...
...
@@ -39,7 +39,7 @@ namespace Nektar
{
template
<
typename
DataType
,
typename
InnerMatrixType
>
NekMatrix
<
NekMatrix
<
DataType
,
InnerMatrixType
>
,
ScaledMatrixTag
>::
NekMatrix
()
:
NekMatrix
<
NekMatrix
<
DataType
,
InnerMatrixType
>
,
ScaledMatrixTag
>::
BaseType
(
0
,
0
,
m_matrix
->
GetStorageType
()
),
NekMatrix
<
NekMatrix
<
DataType
,
InnerMatrixType
>
,
ScaledMatrixTag
>::
BaseType
(
0
,
0
,
eFULL
),
m_matrix
(
new
typename
NekMatrix
<
NekMatrix
<
DataType
,
InnerMatrixType
>
,
ScaledMatrixTag
>::
InnerType
()),
m_scale
(
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