Skip to content
GitLab
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
17b31c60
Commit
17b31c60
authored
Dec 12, 2017
by
Timo Koch
Browse files
[tracer] Remove unused problem pointer
parent
774de553
Changes
1
Hide whitespace changes
Inline
Side-by-side
dumux/porousmediumflow/tracer/volumevariables.hh
View file @
17b31c60
...
...
@@ -82,9 +82,7 @@ public:
for
(
int
compIdx
=
0
;
compIdx
<
numComponents
;
++
compIdx
)
{
moleOrMassFraction_
[
compIdx
]
=
this
->
priVars
()[
compIdx
];
diffCoeff_
[
compIdx
]
=
FluidSystem
::
binaryDiffusionCoefficient
(
compIdx
,
problem
,
element
,
scv
);
diffCoeff_
[
compIdx
]
=
FluidSystem
::
binaryDiffusionCoefficient
(
compIdx
,
problem
,
element
,
scv
);
}
}
...
...
@@ -165,9 +163,6 @@ protected:
GlobalPosition
dispersivity_
;
std
::
array
<
Scalar
,
numComponents
>
diffCoeff_
;
std
::
array
<
Scalar
,
numComponents
>
moleOrMassFraction_
;
private:
const
Problem
*
problem_
;
};
}
// end namespace Dumux
...
...
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