Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
James Willenbring
Trilinos
Commits
45c80d89
Commit
45c80d89
authored
May 06, 2019
by
Chris Siefert
Browse files
MueLu: Fixing shadow error
parent
48785b1d
Changes
1
Hide whitespace changes
Inline
Side-by-side
packages/muelu/src/Misc/MueLu_RAPShiftFactory_def.hpp
View file @
45c80d89
...
...
@@ -225,7 +225,7 @@ namespace MueLu {
Set
(
coarseLevel
,
"cfl-based shift array"
,
myshifts
);
}
else
{
Teuchos
::
ArrayRCP
<
double
>
myshifts
=
Get
<
Teuchos
::
ArrayRCP
<
double
>
>
(
fineLevel
,
"cfl-based shift array"
);
myshifts
=
Get
<
Teuchos
::
ArrayRCP
<
double
>
>
(
fineLevel
,
"cfl-based shift array"
);
doubleShifts
=
myshifts
();
Set
(
coarseLevel
,
"cfl-based shift array"
,
myshifts
);
// NOTE: If we're not on level zero, then we should have a shift array
...
...
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