Skip to content
Snippets Groups Projects
Commit f147a276 authored by andy's avatar andy Committed by Andrew Heather
Browse files

ENH: removed unused code

parent 1e157ad7
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
========= | ========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | \\ / O peration |
\\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation \\ / A nd | Copyright (C) 2011-2014 OpenFOAM Foundation
\\/ M anipulation | \\/ M anipulation |
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
...@@ -203,20 +203,6 @@ Foam::label Foam::metisDecomp::decompose ...@@ -203,20 +203,6 @@ Foam::label Foam::metisDecomp::decompose
// output: number of cut edges // output: number of cut edges
int edgeCut = 0; int edgeCut = 0;
// Vertex weight info
int* vwgtPtr = NULL;
int* adjwgtPtr = NULL;
if (cellWeights.size())
{
vwgtPtr = cellWeights.begin();
}
if (faceWeights.size())
{
adjwgtPtr = faceWeights.begin();
}
if (method == "recursive") if (method == "recursive")
{ {
METIS_PartGraphRecursive METIS_PartGraphRecursive
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment