Description: Fix FTBFS
Author: Anton Gladky <gladk@debian.org>
Last-Update: <2014-05-01>

--- getfem++-4.2.1~beta1~svn4635~dfsg.orig/interface/src/gf_asm.cc
+++ getfem++-4.2.1~beta1~svn4635~dfsg/interface/src/gf_asm.cc
@@ -215,7 +215,7 @@ void asm_stabilization_patch_matrix
 
   int nparts = 1;
 #ifdef GETFEM_HAVE_METIS
-  nparts = int(size_of_crack/(ratio_size*h));
+  nparts = int(size_of_crack/(ratio_size));
 # ifdef GETFEM_HAVE_METIS_OLD_API
   std::vector<int> adjwgt(k); // actually Metis would also accept NULL instead of an empty array
   int wgtflag = 2, numflag = 0, edgecut;
