Description: Fix FTBFS with gcc-6
Author: Anton Gladky <gladk@debian.org>
Last-Update: 2016-08-08

Index: getfem-5.1/contrib/bimaterial_crack_test/bimaterial_crack_test.cc
===================================================================
--- getfem-5.1.orig/contrib/bimaterial_crack_test/bimaterial_crack_test.cc
+++ getfem-5.1/contrib/bimaterial_crack_test/bimaterial_crack_test.cc
@@ -43,7 +43,7 @@
 #include "getfem/getfem_interpolated_fem.h"
 
 using std::endl; using std::cout; using std::cerr;
-using std::ends; using std::cin;
+using std::ends; using std::cin; using std::isnan;
 
 
 /* some GetFEM++ types that we will be using */
Index: getfem-5.1/contrib/bimaterial_crack_test/crack_exact_solution.h
===================================================================
--- getfem-5.1.orig/contrib/bimaterial_crack_test/crack_exact_solution.h
+++ getfem-5.1/contrib/bimaterial_crack_test/crack_exact_solution.h
@@ -32,7 +32,7 @@
 #include "getfem/getfem_mesh_fem_global_function.h"
 
 using std::endl; using std::cout; using std::cerr;
-using std::ends; using std::cin;
+using std::ends; using std::cin; using std::isnan;
 
 
 /* some GetFEM++ types that we will be using */
