Skip to content
Snippets Groups Projects
Commit 67a9b8df authored by Henry Weller's avatar Henry Weller
Browse files

metisDecomp: Changed to use scalar rather than float

Requires that metis is compiled with REALTYPEWIDTH set to 32 for SP and 64 for DP.
parent fb871828
Branches
Tags
No related merge requests found
......@@ -25,7 +25,6 @@ License
#include "metisDecomp.H"
#include "addToRunTimeSelectionTable.H"
#include "floatScalar.H"
#include "Time.H"
extern "C"
......@@ -68,7 +67,7 @@ Foam::label Foam::metisDecomp::decompose
// processor weights initialised with no size, only used if specified in
// a file
Field<floatScalar> processorWeights;
Field<scalar> processorWeights;
// cell weights (so on the vertices of the dual)
List<label> cellWeights;
......
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