Skip to content
Snippets Groups Projects
Commit 9236322d authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

bug fix from debian

parent 47bd0639
No related branches found
No related tags found
No related merge requests found
...@@ -194,8 +194,8 @@ int PartitionGraph(Graph &graph, PartitionOptions &options) ...@@ -194,8 +194,8 @@ int PartitionGraph(Graph &graph, PartitionOptions &options)
} }
if(!ier) graph.short2int(); if(!ier) graph.short2int();
} }
break;
#endif #endif
break;
case 2: // Metis case 2: // Metis
#ifdef HAVE_METIS #ifdef HAVE_METIS
{ {
...@@ -249,11 +249,10 @@ int PartitionGraph(Graph &graph, PartitionOptions &options) ...@@ -249,11 +249,10 @@ int PartitionGraph(Graph &graph, PartitionOptions &options)
for(int n = graph.getNumVertex(); n--;) ++(*p++); for(int n = graph.getNumVertex(); n--;) ++(*p++);
} }
} }
break;
#endif #endif
break;
} }
return ier; return ier;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment