Skip to content
Snippets Groups Projects
Commit d98df4a2 authored by Klaus Mosthaf's avatar Klaus Mosthaf
Browse files

Added (missing) return

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9649 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent 92d5c49e
No related branches found
No related tags found
No related merge requests found
...@@ -89,7 +89,7 @@ public: ...@@ -89,7 +89,7 @@ public:
* the sub-control volume. * the sub-control volume.
*/ */
Scalar thermalConductivity(const int phaseIdx) const Scalar thermalConductivity(const int phaseIdx) const
{ FluidSystem::thermalConductivity(this->fluidState_, phaseIdx); }; { return FluidSystem::thermalConductivity(this->fluidState_, phaseIdx); };
protected: protected:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment