summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/scotch/libscotchmetis-return-6.0.5a.patch
blob: 7e124c6aacb65303c58bfdc9c4603f25adc774f1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- a/src/libscotchmetis/metis_graph_part.c	2018-07-13 14:25:50.000000000 -0500
+++ b/src/libscotchmetis/metis_graph_part.c	2018-07-13 14:21:08.000000000 -0500
@@ -298,7 +298,7 @@

     edgenbr = xadj[vertnbr] - baseval;
     if ((edlotax = memAlloc (edgenbr * sizeof (SCOTCH_Num))) == NULL)
-      return;
+      return (METIS_ERROR);
     edlotax -= baseval;                           /* Base access to edlotax */
     vsiztax  = vsize2 - baseval;