Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
dumux-repositories
dumux
Commits
c3d38113
Commit
c3d38113
authored
Oct 16, 2020
by
Dennis Gläser
Browse files
[test][channel] put Scalar alias outside subgrid guard
parent
16cd0d39
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/freeflow/navierstokes/channel/3d/main.cc
View file @
c3d38113
...
...
@@ -64,11 +64,11 @@ int main(int argc, char** argv)
Parameters
::
init
(
argc
,
argv
);
// create a grid
using
Scalar
=
GetPropType
<
TypeTag
,
Properties
::
Scalar
>
;
using
Grid
=
GetPropType
<
TypeTag
,
Properties
::
Grid
>
;
Dumux
::
GridManager
<
Grid
>
gridManager
;
#if HAVE_DUNE_SUBGRID
using
Scalar
=
GetPropType
<
TypeTag
,
Properties
::
Scalar
>
;
const
bool
isStaircaseGeometry
=
getParam
<
bool
>
(
"Problem.IsStaircaseGeometry"
,
false
);
auto
selector
=
[
&
](
const
auto
&
element
)
...
...
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