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
6086cf7d
Commit
6086cf7d
authored
Dec 11, 2017
by
Timo Koch
Browse files
[tpfa][fvgridgeom] Remove unused alias
parent
7e7e285a
Changes
1
Hide whitespace changes
Inline
Side-by-side
dumux/discretization/cellcentered/tpfa/fvgridgeometry.hh
View file @
6086cf7d
...
...
@@ -53,7 +53,6 @@ class CCTpfaFVGridGeometry<TypeTag, true> : public BaseFVGridGeometry<TypeTag>
{
using
ParentType
=
BaseFVGridGeometry
<
TypeTag
>
;
using
GridView
=
typename
GET_PROP_TYPE
(
TypeTag
,
GridView
);
using
Scalar
=
typename
GET_PROP_TYPE
(
TypeTag
,
Scalar
);
using
IndexType
=
typename
GridView
::
IndexSet
::
IndexType
;
using
SubControlVolume
=
typename
GET_PROP_TYPE
(
TypeTag
,
SubControlVolume
);
using
SubControlVolumeFace
=
typename
GET_PROP_TYPE
(
TypeTag
,
SubControlVolumeFace
);
...
...
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