regionSizeDistribution: Corrected constructor for Clang
This commit is contained in:
parent
79fcc1655f
commit
1cf61f53e2
@ -547,7 +547,7 @@ void Foam::regionSizeDistribution::write()
|
|||||||
|
|
||||||
|
|
||||||
// Sum all regions
|
// Sum all regions
|
||||||
const scalarField alphaVol = alpha.internalField()*mesh.V();
|
const scalarField alphaVol(alpha.internalField()*mesh.V());
|
||||||
Map<scalar> allRegionVolume(regionSum(regions, mesh.V()));
|
Map<scalar> allRegionVolume(regionSum(regions, mesh.V()));
|
||||||
Map<scalar> allRegionAlphaVolume(regionSum(regions, alphaVol));
|
Map<scalar> allRegionAlphaVolume(regionSum(regions, alphaVol));
|
||||||
Map<label> allRegionNumCells
|
Map<label> allRegionNumCells
|
||||||
|
Loading…
Reference in New Issue
Block a user