Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
iwr
amdis
Commits
6ae9017d
Commit
6ae9017d
authored
Jun 28, 2012
by
Praetorius, Simon
Browse files
fillElinfo from refinementPath corrected
parent
90c1f562
Changes
1
Hide whitespace changes
Inline
Side-by-side
AMDiS/src/ElInfo.cc
View file @
6ae9017d
...
...
@@ -209,7 +209,7 @@ namespace AMDiS {
int
i
=
0
;
for
(;
i
<
refinementPathLength
;
i
++
)
{
elInfo
[(
i
+
1
)
%
2
]
->
fillElInfo
(
refinementPath
&
(
1
<<
i
),
elInfo
[
i
%
2
]);
elInfo
[(
i
+
1
)
%
2
]
->
fillElInfo
(
static_cast
<
int
>
((
refinementPath
&
(
1
<<
i
)
)
==
(
1
<<
i
))
,
elInfo
[
i
%
2
]);
}
if
(
i
%
2
==
0
)
*
this
=
*
elInfo
[
0
];
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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