Skip to content
Snippets Groups Projects
Commit 27e4e35c authored by Christoph Grüninger's avatar Christoph Grüninger
Browse files

[Somerton] Declaring the function const was a bad idea.

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10066 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent ece8af40
No related branches found
No related tags found
No related merge requests found
......@@ -73,7 +73,7 @@ public:
const ElementVolumeVariables &elemVolVars,
const FVElementGeometry &fvGeometry,
const SpatialParams &spatialParams,
const int scvIdx) const
const int scvIdx)
{
const Scalar lambdaSolid = spatialParams.thermalConductivitySolid(element, fvGeometry, scvIdx);
const Scalar porosity = spatialParams.porosity(element, fvGeometry, scvIdx);
......
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