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
c9d6d377
Commit
c9d6d377
authored
Apr 06, 2016
by
Chris Cantwell
Committed by
Dave Moxey
Apr 18, 2016
Browse files
Fix for assembly map array initialisation bug.
(cherry picked from commit
63d03f4e
)
parent
291d8708
Changes
1
Hide whitespace changes
Inline
Side-by-side
library/MultiRegions/AssemblyMap/AssemblyMapCG.cpp
View file @
c9d6d377
...
@@ -2470,7 +2470,7 @@ namespace Nektar
...
@@ -2470,7 +2470,7 @@ namespace Nektar
Array
<
OneD
,
const
NekDouble
>
local
;
Array
<
OneD
,
const
NekDouble
>
local
;
if
(
global
.
data
()
==
loc
.
data
())
if
(
global
.
data
()
==
loc
.
data
())
{
{
local
=
Array
<
OneD
,
NekDouble
>
(
loc
al
.
num_elements
(),
loc
al
.
data
());
local
=
Array
<
OneD
,
NekDouble
>
(
loc
.
num_elements
(),
loc
.
data
());
}
}
else
else
{
{
...
...
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