Skip to content
Snippets Groups Projects
Commit 15d6febe authored by mattijs's avatar mattijs
Browse files

COMP: chtMultiRegion: avoid excess unused references. See #1726.

parent 676a904c
Branches
Tags
Loading
PtrList<uniformDimensionedScalarField> cumulativeContErrIO(fluidRegions.size());
forAll(cumulativeContErrIO, i)
{
#include "setRegionFluidFields.H"
const fvMesh& mesh = fluidRegions[i];
cumulativeContErrIO.set
(
i,
......
PtrList<uniformDimensionedScalarField> cumulativeContErrIO(fluidRegions.size());
forAll(cumulativeContErrIO, i)
{
#include "setRegionFluidFields.H"
const fvMesh& mesh = fluidRegions[i];
cumulativeContErrIO.set
(
i,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment