From 27b4b552853113640cfce09f880b8df172be3ae7 Mon Sep 17 00:00:00 2001
From: Bruno Seny <bruno.seny@student.uclouvain.be>
Date: Tue, 24 Apr 2012 17:07:08 +0000
Subject: [PATCH] fix tolerance

---
 Mesh/meshPartition.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Mesh/meshPartition.cpp b/Mesh/meshPartition.cpp
index 2b7eb1f544..140c57cec0 100644
--- a/Mesh/meshPartition.cpp
+++ b/Mesh/meshPartition.cpp
@@ -459,7 +459,7 @@ int PartitionGraph(Graph &graph, meshPartitionOptions &options)
           metisOptions[3] = options.refine_algorithm;
           metisOptions[4] = 0;
           for(int u=0;u<options.ncon;u++){
-           ubvec[u]=1.3;
+           ubvec[u]=1.03;
           }
           graph.fillWithMultipleWeights(options.ncon,options.getWeightMapV(), options.getWeightMapE());
           if (options.num_partitions > 1) {
-- 
GitLab