From b6270e821ce0b04e8c8128754dd8ee163ced0b7b Mon Sep 17 00:00:00 2001 From: mattijs <mattijs> Date: Thu, 5 May 2016 11:22:22 +0100 Subject: [PATCH] COMP: metisDecomp: change processor weights to float --- src/parallel/decompose/metisDecomp/metisDecomp.C | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/parallel/decompose/metisDecomp/metisDecomp.C b/src/parallel/decompose/metisDecomp/metisDecomp.C index d87619bd1d7..11b75a0ea06 100644 --- a/src/parallel/decompose/metisDecomp/metisDecomp.C +++ b/src/parallel/decompose/metisDecomp/metisDecomp.C @@ -3,7 +3,7 @@ \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation - \\/ M anipulation | + \\/ M anipulation | Copyright (C) 2016 OpenCFD Ltd. ------------------------------------------------------------------------------- License This file is part of OpenFOAM. @@ -67,7 +67,7 @@ Foam::label Foam::metisDecomp::decompose // processor weights initialised with no size, only used if specified in // a file - Field<scalar> processorWeights; + Field<floatScalar> processorWeights; // cell weights (so on the vertices of the dual) List<label> cellWeights; -- GitLab