diff --git a/src/dummyThirdParty/ptscotchDecomp/dummyPtscotchDecomp.C b/src/dummyThirdParty/ptscotchDecomp/dummyPtscotchDecomp.C index d4c2802d58..90aca7c618 100644 --- a/src/dummyThirdParty/ptscotchDecomp/dummyPtscotchDecomp.C +++ b/src/dummyThirdParty/ptscotchDecomp/dummyPtscotchDecomp.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2010-2010 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2010-2011 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -60,6 +60,7 @@ void Foam::ptscotchDecomp::check(const int retVal, const char* str) Foam::label Foam::ptscotchDecomp::decomposeZeroDomains ( + const fileName& meshPath, const List& initxadj, const List& initadjncy, const scalarField& initcWeights, @@ -82,6 +83,7 @@ Foam::label Foam::ptscotchDecomp::decomposeZeroDomains } Foam::label Foam::ptscotchDecomp::decompose ( + const fileName& meshPath, const List& adjncy, const List& xadj, const scalarField& cWeights,